MCP.so
登录

Temp Notes MCP Server

@landicefu

关于 Temp Notes MCP Server

暂无概览

基本信息

分类

记忆与知识

许可证

MIT

运行时

node

传输方式

stdio

发布者

landicefu

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "temp-notes": {
      "command": "npx",
      "args": [
        "-y",
        "@landicefu/temp-notes-mcp-server"
      ],
      "disabled": false
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

记忆与知识 分类下的更多 MCP 服务器