🗒️ MCP-Server: AI Sticky Notes
@HKanoje
关于 🗒️ MCP-Server: AI Sticky Notes
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🗒️ MCP-Server: AI Sticky Notes?
A lightweight Python server that lets you create, read, and summarize sticky notes using AI tools. It is built on FastMCP and stores notes in a plain text file, making it easy to integrate with MCP-compatible AI clients.
How to use 🗒️ MCP-Server: AI Sticky Notes?
Ensure you have Python 3.7+ and the fastmcp package installed. Run main.py as the entry point. The server exposes tools (add_note, read_notes, get_latest_note, note_summary_prompt) that your AI client can call.
Key features of 🗒️ MCP-Server: AI Sticky Notes
- Add new sticky notes via
add_note(message) - View all stored notes with
read_notes() - Retrieve the most recent note using
get_latest_note() - Generate an AI summarization prompt via
note_summary_prompt()
Use cases of 🗒️ MCP-Server: AI Sticky Notes
- Quickly jot down reminders or ideas from an AI conversation
- Retrieve and review all notes during a session
- Have an AI assistant summarize a collection of notes
- Serve as a lightweight note‑keeping backend for MCP‑powered agents
FAQ from 🗒️ MCP-Server: AI Sticky Notes
What tools does the server provide?
It provides four tools: add_note (add a new note), read_notes (return all notes), get_latest_note (fetch the most recent note), and note_summary_prompt (generate a summarization prompt).
Where are notes stored?
All notes are stored in a file named notes.txt in the same directory as the server.
What are the runtime requirements?
Python 3.7 or later and the fastmcp Python package.
How does the summarization work?
Calling note_summary_prompt() returns a prompt string (e.g., “Summarize the current notes: …”) designed to be sent to an AI model, which then produces a concise summary.
Who created this server?
It was created by HKanoje.
记忆与知识 分类下的更多 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.
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
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
评论