🧠 Custom MCP Server for AI-Powered Sticky Notes
@kishorekrrish3
🧠 Custom MCP Server for AI-Powered Sticky Notes について
A lightweight server built with FastMCP + uv, enabling natural language commands to manage notes, reminders & productivity within Claude Desktop.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Custom-MCP-Server-for-AI-Powered-Sticky-Notes": {
"command": "uv",
"args": [
"init",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 🧠 Custom MCP Server for AI-Powered Sticky Notes?
This is a lightweight Model Context Protocol (MCP) server built with FastMCP that lets AI assistants create, retrieve, and manage sticky notes using natural language. Notes are stored locally in a plain .txt file, making the system transparent and customizable. It is designed for users who want to turn conversations into persistent notes for productivity, brainstorming, and reminders.
How to use 🧠 Custom MCP Server for AI-Powered Sticky Notes?
Install Python 3.12+, the uv package manager, and optionally Claude Desktop. Run uv init ., then uv add "mcp[cli]", and finally uv run mcp install main.py to register the server. After restarting Claude Desktop (if used), the tools add_note, get_notes, and search_notes become available for natural language note management.
Key features of 🧠 Custom MCP Server for AI-Powered Sticky Notes
- Natural language note creation via AI assistants
- Instant retrieval of previously saved notes
- Persistent local storage in a
.txtfile - Fast Python environment using the
uvpackage manager - Automatic tool registration inside Claude Desktop
- Extensible design for adding new tools
Use cases of 🧠 Custom MCP Server for AI-Powered Sticky Notes
- Save reminders during AI conversations
- Store and organize ideas without switching apps
- Retrieve previously saved notes across sessions
- Maintain persistent context for ongoing projects
FAQ from 🧠 Custom MCP Server for AI-Powered Sticky Notes
What are the runtime requirements?
Python 3.12+ and the uv package manager are required. Claude Desktop is optional but recommended for full AI client integration.
Where are notes stored?
All notes are saved in a notes.txt file located in the project directory.
What if the MCP server is not visible in Claude?
Restart Claude Desktop: open Task Manager, end the Claude process, and relaunch the app.
What if notes are not saving?
Ensure notes.txt exists in the project directory and that the MCP server has write permissions to the file.
「メモリとナレッジ」の他のコンテンツ
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
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.
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.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
コメント