MCP.so
登录
S

Sticky Note Mcp Server

@aynul-abedin

关于 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.

基本信息

分类

记忆与知识

传输方式

stdio

发布者

aynul-abedin

提交者

Aynul Abedin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "sticky-note": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "dev",
        "./main.py"
      ],
      "env": {
        "OPENAI_API_KEY": "<API_KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

记忆与知识 分类下的更多 MCP 服务器