Sticky Note Mcp Server
@aynul-abedin
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sticky-note": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"./main.py"
],
"env": {
"OPENAI_API_KEY": "<API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
Frequently asked questions
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).
Basic information
More Memory & Knowledge MCP servers

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference

Memory
modelcontextprotocolModel Context Protocol Servers

The Cloud
TekaThe Cloud is the AI-native workspace that gives every AI — Claude, ChatGPT, Gemini, and other Frontier & Free or Local models — shared memory and real agents. Not cloud computing: thecloud.so is one workspace where your
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
Comments