Sticky Note Mcp Server
@aynul-abedin
关于 Sticky Note Mcp Server
Sticky Note MCP Server is a minimal yet powerful implementation of the **Model Context Protocol (MCP)** built with **FastMCP** in Python.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sticky-note": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"./main.py"
],
"env": {
"OPENAI_API_KEY": "<API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sticky Note Mcp Server?
A demo MCP server built with FastMCP that transforms a simple sticky-note list into a structured note system with tagging, pinning, archiving, and summarisation helpers. It is intended for use by MCP-compatible clients that need note management capabilities.
How to use Sticky Note Mcp Server?
Activate your Python environment and launch the server with uv run mcp dev ./main.py. From an MCP-compatible client, point to the generated manifest or directly invoke the tools, resources, and prompts exposed by the server.
Key features of Sticky Note Mcp Server
- Structured storage with automatic migration from legacy
notes.txt. - Tools for creating, listing, searching, updating, deleting, and bulk‑clearing notes.
- Optional tagging, pinned state, and archived flag per note.
- Resources exposing the latest note, pinned notes, and aggregate stats.
- Prompt templates for summarising notes or generating a roadmap by tag.
Use cases of Sticky Note Mcp Server
- Personal task management with pinning and archiving.
- Brainstorming and organising ideas by tags.
- Meeting notes capture and keyword search.
- Learning tracker with topic‑based tags.
- Project planning with filtered roadmaps.
- Daily journaling with AI summarisation.
FAQ from Sticky Note Mcp Server
What is the data storage mechanism?
The server provides structured storage with automatic migration from a legacy notes.txt file. Notes are stored locally.
How do I run the Sticky Note Mcp Server?
Activate your Python environment and run uv run mcp dev ./main.py.
What tools are available?
Tools include add_note, read_notes, list_notes, search_notes, update_note, delete_note, and clear_notes.
Can I filter notes by tags or status?
Yes. Tools support filtering by tags, pinned status, and archived state.
Are there any prompt templates?
Yes, two prompt templates are provided: note_summary_prompt and note_roadmap_prompt (optionally filtered by tag).
记忆与知识 分类下的更多 MCP 服务器
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
评论