AI Sticky Notes MCP Server
@crman
关于 AI Sticky Notes MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"AI-Sticky-Notes-MCP-Server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AI Sticky Notes MCP Server?
AI Sticky Notes MCP Server is a basic MCP server that lets users manage sticky notes by adding, reading, and summarizing them. It uses the FastMCP framework and is intended for developers who want to integrate simple note management into MCP-compatible applications.
How to use AI Sticky Notes MCP Server?
Clone the repository, create and activate a Python virtual environment, install dependencies with uv sync, then start the server by running uv run mcp install main.py.
Key features of AI Sticky Notes MCP Server
- Append new notes to a file.
- Retrieve all stored notes.
- Fetch the most recent note.
- Generate a prompt summarizing all notes.
Use cases of AI Sticky Notes MCP Server
- Capture quick ideas or reminders during a development session.
- Maintain a running log of tasks or observations.
- Retrieve the last note written without browsing the full list.
- Create a summary of past notes for review or reporting.
FAQ from AI Sticky Notes MCP Server
What does AI Sticky Notes MCP Server do?
It manages sticky notes by adding, reading, retrieving the latest, and summarizing them through MCP tools.
What are the runtime requirements?
Python 3.11 or higher and a virtual environment with dependencies installed via uv.
How do I install and run the server?
Clone the repo, create a venv, run uv sync to install dependencies, then execute uv run mcp install main.py.
Where are notes stored?
Notes are saved locally in a file named notes.txt in the project root.
Can I get a summary of my notes?
Yes, the server includes a tool that generates a prompt summarizing all stored notes.
记忆与知识 分类下的更多 MCP 服务器
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.

Memory
modelcontextprotocolModel Context Protocol Servers
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
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.
Notion MCP Server
makenotionOfficial Notion MCP Server
评论