MCP Notes Server
@truaxki
MCP Notes Server について
A Model Context Protocol (MCP) server implementation providing persistent note management created with Python SDK.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-notes-truaxki": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"notes",
"--client",
"claude"
]
}
}
}ツール
4Create a new note
Display all stored notes
Modify an existing note
Remove a note
概要
What is MCP Notes Server?
MCP Notes Server is a Model Context Protocol (MCP) server implementation for managing notes with persistent storage. It provides create, read, update, and delete operations, timestamp tracking, note summarization via prompts, and resource-based access using a note:// URI scheme. It is intended for users who need note management integrated into an MCP client.
How to use MCP Notes Server?
Install automatically via Smithery (npx -y @smithery/cli install notes --client claude) or manually with Python 3.10+ and the MCP package. Start the server with mcp install src/notes and mcp start Notes, then call tools like add-note, list-all-notes, update-note, and delete-note from an MCP client.
Key features of MCP Notes Server
- Create, read, update, and delete notes
- Persistent JSON storage with timestamp tracking
- Note summarization via LLM prompts
- Resource access using the
note://URI scheme - Supports both brief and detailed summaries
Use cases of MCP Notes Server
- Maintain a personal notebook accessible through any MCP client
- Automate note-taking and retrieval in AI agent workflows
- Summarize stored notes for quick review or model input
- Access individual notes as resources using a consistent URI
FAQ from MCP Notes Server
How are notes stored in MCP Notes Server?
Notes are stored in a local notes_storage.json file. Each note includes its content, creation timestamp, and last modification timestamp.
What tools does MCP Notes Server provide?
It provides four tools: add-note to create a note, list-all-notes to display all notes, update-note to modify an existing note, and delete-note to remove a note.
How can notes be accessed as resources?
Notes can be accessed using the note:// URI scheme. Listing resources returns all available notes, and a specific note is read via note://internal/note_name.
What prompt generation feature is included?
The server includes a "summarize-notes" prompt that generates both brief and detailed summaries of notes, formatting them for language model input.
What are the dependencies for MCP Notes Server?
It requires Python 3.10 or later and the MCP Python package. The server uses no external database – persistence is handled by JSON file storage.
「メモリとナレッジ」の他のコンテンツ
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
コメント