This MCP server provides a simple yet powerful way for AI agents to maintain state and context across multiple conversations or when working with
If you already use Temp, the temp mcp server is the piece that lets your assistant work with it directly. This MCP server provides a simple yet powerful way for AI agents to maintain state and context across multiple conversations or when working with complex tasks that exceed the context window limitations.
A Model Context Protocol (MCP) server that enables AI agents to store and retrieve temporary information across conversations and contexts.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
clear_note — The clear_note tool exposed by this serverwrite_note — The write_note tool exposed by this serverread_note — The read_note tool exposed by this serverappend_note — Appends new text to the current note, starting with a new line. Optionally includes a separator lineInstallation goes through your MCP client rather than a global install: point it at without on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Temp's toolset — clear_note, write_note, read_note and 1 more — is a fair guide to whether it matches your workflow. It is maintained by landicefu; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| clear_note | The clear_note tool exposed by this server. |
| write_note | The write_note tool exposed by this server. |
| read_note | The read_note tool exposed by this server. |
| append_note | Appends new text to the current note, starting with a new line. Optionally includes a separator line. |
{
"mcpServers": {
"temp-notes": {
"command": "npx",
"args": ["-y", "@landicefu/temp-notes-mcp-server"],
"disabled": false
}
}
}Configuration as documented by the project. Restart the client after saving.
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.