MCP.so
登录

mcp-server-demo (AI sticky notes)

@aymaneELHICHAMI

关于 mcp-server-demo (AI sticky notes)

This is a project for creating a custom MCP server

基本信息

分类

记忆与知识

运行时

python

传输方式

stdio

发布者

aymaneELHICHAMI

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is mcp-server-demo (AI sticky notes)?

mcp-server-demo (AI sticky notes) is a Model Context Protocol (MCP) application that enables Claude Desktop to create, read, and manage persistent sticky notes. It integrates with Claude Desktop via the MCP ecosystem, allowing natural language interaction with a simple note-taking system.

How to use mcp-server-demo (AI sticky notes)?

Clone the repository, install uv, create and activate a virtual environment, run uv sync to install dependencies, then run uv run mcp install main.py. After restarting Claude Desktop, the server is auto‑discovered. Users interact with notes through natural language commands (e.g., “Save this note: …”, “What notes do I have?”).

Key features of mcp-server-demo (AI sticky notes)

  • Save new notes to persistent storage
  • Retrieve all saved notes
  • Access the most recently added note via a resource
  • Generate a prompt to summarize existing notes
  • Notes stored in a simple text file (notes.txt)

Use cases of mcp-server-demo (AI sticky notes)

  • Save a reminder (“Remember to schedule a team meeting”) and confirm storage
  • Ask for all existing notes and retrieve them
  • Request the latest note (“What was my most recent note?”)
  • Ask Claude to summarize all notes using the built‑in prompt

FAQ from mcp-server-demo (AI sticky notes)

What tools does the server expose?

It exposes two tools: add_note (append a new note) and read_notes (retrieve all notes). It also provides a resource (notes://latest) and a prompt (note_summary_prompt).

How are notes stored?

Notes are saved to a plain text file named notes.txt, with each note on a separate line. The file is created automatically if it does not exist.

What are the prerequisites to run the server?

Python 3.7+, the MCP Python SDK, and the Claude Desktop application are required.

How do I connect the server to Claude Desktop?

After running uv run mcp install main.py, open (or restart) Claude Desktop. The server is automatically discovered and appears as “AI Sticky Notes MCP Server” in the developer settings.

Can I see a list of all notes through a resource?

Yes. The server exposes a resource at notes://latest that returns the most recent note when accessed by the client.

评论

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