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
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Notion MCP Server
makenotionOfficial Notion MCP Server
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Comments