mcp-server-demo (AI sticky notes)
@aymaneELHICHAMI
关于 mcp-server-demo (AI sticky notes)
This is a project for creating a custom MCP server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-demo (AI sticky notes)?
mcp-server-demo (AI sticky notes) is a Model Context Protocol (MCP) application that enables Claude Desktop to create, read, and manage persistent sticky notes. It integrates with Claude Desktop via the MCP ecosystem, allowing natural language interaction with a simple note-taking system.
How to use mcp-server-demo (AI sticky notes)?
Clone the repository, install uv, create and activate a virtual environment, run uv sync to install dependencies, then run uv run mcp install main.py. After restarting Claude Desktop, the server is auto‑discovered. Users interact with notes through natural language commands (e.g., “Save this note: …”, “What notes do I have?”).
Key features of mcp-server-demo (AI sticky notes)
- Save new notes to persistent storage
- Retrieve all saved notes
- Access the most recently added note via a resource
- Generate a prompt to summarize existing notes
- Notes stored in a simple text file (notes.txt)
Use cases of mcp-server-demo (AI sticky notes)
- Save a reminder (“Remember to schedule a team meeting”) and confirm storage
- Ask for all existing notes and retrieve them
- Request the latest note (“What was my most recent note?”)
- Ask Claude to summarize all notes using the built‑in prompt
FAQ from mcp-server-demo (AI sticky notes)
What tools does the server expose?
It exposes two tools: add_note (append a new note) and read_notes (retrieve all notes). It also provides a resource (notes://latest) and a prompt (note_summary_prompt).
How are notes stored?
Notes are saved to a plain text file named notes.txt, with each note on a separate line. The file is created automatically if it does not exist.
What are the prerequisites to run the server?
Python 3.7+, the MCP Python SDK, and the Claude Desktop application are required.
How do I connect the server to Claude Desktop?
After running uv run mcp install main.py, open (or restart) Claude Desktop. The server is automatically discovered and appears as “AI Sticky Notes MCP Server” in the developer settings.
Can I see a list of all notes through a resource?
Yes. The server exposes a resource at notes://latest that returns the most recent note when accessed by the client.
记忆与知识 分类下的更多 MCP 服务器

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Notion MCP Server
makenotionOfficial Notion MCP Server
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.

Memory
modelcontextprotocolModel Context Protocol Servers
评论