Temp Notes MCP Server
Overview
Temp Notes MCP Server is a Model Context Protocol (MCP) server designed to enable AI agents to store and retrieve temporary information across conversations and contexts, facilitating better state management and context preservation.
To use the Temp Notes MCP Server, integrate it into your MCP configuration using npx or install it via npm. You can then store, retrieve, and manage notes through a simple API.
- 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
- Managing complex coding tasks by storing checklists and progress.
- Preserving context across conversations to avoid losing information.
- Facilitating cross-repository information transfer for collaborative work.
- Supporting incremental documentation for projects.
Add to your AI client
Use these steps to connect Temp Notes MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"temp-notes-mcp-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-temp-notes-mcp-server-landicefu"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"temp-notes-mcp-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-temp-notes-mcp-server-landicefu"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"temp-notes-mcp-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-temp-notes-mcp-server-landicefu"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"temp-notes-mcp-server-landicefu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-temp-notes-mcp-server-landicefu"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"temp-notes-mcp-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-temp-notes-mcp-server-landicefu"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"temp-notes-mcp-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-temp-notes-mcp-server-landicefu"
]
}
}
}FAQ
Can I use Temp Notes MCP Server without installation?
Yes! You can use it directly with npx without needing to install it globally.
How does the note storage work?
Notes are stored in a designated file on your system, which is created automatically when you first write a note.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2627,"uuid":"7b3e4f9b-64b4-43ef-b042-6fb4b7a7ebbd","name":"temp-notes-mcp-server","title":"Temp Notes MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/375642?v=4","created_at":"2025-03-13T09:14:30.624Z","updated_at":"2025-03-13T09:41:08.624Z","status":"created","author_name":"landicefu","author_avatar_url":"https://avatars.githubusercontent.com/u/375642?v=4","tags":"temp-notes,mcp-server,ai-assistant","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/landicefu/temp-notes-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-10 22:56:42\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]