📝 AI Sticky Notes – MCP Project
@itsmerizzi
📝 AI Sticky Notes – MCP Project について
A simple AI-powered sticky notes app using MCP (Model Context Protocol) to add, read, delete, and summarize notes through Claude Desktop.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-itsmerizzi": {
"command": "uv",
"args": [
"init",
"project-folder-name"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 📝 AI Sticky Notes – MCP Project?
A simple application that uses the Model Context Protocol (MCP) to create a sticky notes system powered by AI. It leverages FastMCP, the mcp[cli] interface, and integrates with Claude Desktop. Designed for users who want to manage notes locally with the ability to generate AI summaries.
How to use 📝 AI Sticky Notes – MCP Project?
After setting up the environment with uv (run uv install, uv init, then uv add "mcp[cli]"), install and launch Claude Desktop. Then interact with the project’s tools, resources, and prompts through the desktop client.
Key features of 📝 AI Sticky Notes – MCP Project
- Add new notes via the
add_notetool - Read all existing notes with
read_notes - Remove all notes using
remove_notes - Retrieve the latest note with the
get_latest_noteresource - Generate a prompt to summarize all notes via
note_summary_prompt
Use cases of 📝 AI Sticky Notes – MCP Project
- Quickly save and review personal reminders
- Keep a local, file-based journal that can be summarized by AI
- Experiment with MCP and Claude Desktop for local file interactions
- Extend the system with new note‑related tools or prompts
FAQ from 📝 AI Sticky Notes – MCP Project
What is the notes file and where is it stored?
All notes are stored in a local notes.txt file. The file is automatically created if it does not already exist.
What are the runtime requirements?
Python 3.10 or higher, the uv package manager, and Claude Desktop installed on the system.
How do I clear all notes at once?
Use the remove_notes tool. It clears all content from the notes.txt file.
Can I extend this project with new features?
Yes. The README states the project is “easily extendable with new functionalities,” so new tools, resources, or prompts can be added to the main.py file.
「メモリとナレッジ」の他のコンテンツ
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.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
コメント