Temp Notes MCP Server
@landicefu
About Temp Notes MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"temp-notes": {
"command": "npx",
"args": [
"-y",
"@landicefu/temp-notes-mcp-server"
],
"disabled": false
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Temp Notes MCP Server?
A Model Context Protocol (MCP) server that enables AI agents to store and retrieve temporary information across conversations and contexts, acting as a temporary memory system to overcome context window limitations.
How to use Temp Notes MCP Server?
Add the server to your MCP configuration using npx (no installation required) or install globally from npm, then invoke the provided tools (write_note, read_note, append_note, clear_note) via your AI agent to store and retrieve temporary notes.
Key features of Temp Notes MCP Server
- Persistent temporary storage across conversations
- Simple API for reading, writing, and appending notes
- Lightweight and easy to integrate with existing workflows
- Enables complex multi-step tasks to be broken down into manageable pieces
- Ability to clear notes when done
Use cases of Temp Notes MCP Server
- Breaking down complex coding tasks into manageable steps across multiple conversations
- Preserving context when resuming long conversations with a fresh window
- Transferring code snippets and patterns between different repositories
- Enabling collaborative workflows where multiple agents share notes
- Documenting learning and experimental outcomes incrementally
FAQ from Temp Notes MCP Server
Where does Temp Notes MCP Server store notes?
Notes are stored by default at ~/.mcp_config/temp_notes.txt on macOS/Linux or C:\Users\username\.mcp_config\temp_notes.txt on Windows.
How does the server handle missing files or directories?
If the file doesn't exist when reading, it returns an empty string. If the directory doesn't exist, it creates the directory structure automatically when writing.
What tools does Temp Notes MCP Server provide?
It provides four tools: write_note, read_note, append_note, and clear_note.
Can I use Temp Notes MCP Server without installing it?
Yes, you can use it with npx by adding the server to your MCP configuration without a global installation.
More Memory & Knowledge MCP servers
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Comments