MCP.so
ログイン

AI Sticky Notes MCP Server

@crman

AI Sticky Notes MCP Server について

概要はまだありません

基本情報

カテゴリ

メモリとナレッジ

ランタイム

python

トランスポート

stdio

公開者

crman

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "AI-Sticky-Notes-MCP-Server": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is AI Sticky Notes MCP Server?

AI Sticky Notes MCP Server is a basic MCP server that lets users manage sticky notes by adding, reading, and summarizing them. It uses the FastMCP framework and is intended for developers who want to integrate simple note management into MCP-compatible applications.

How to use AI Sticky Notes MCP Server?

Clone the repository, create and activate a Python virtual environment, install dependencies with uv sync, then start the server by running uv run mcp install main.py.

Key features of AI Sticky Notes MCP Server

  • Append new notes to a file.
  • Retrieve all stored notes.
  • Fetch the most recent note.
  • Generate a prompt summarizing all notes.

Use cases of AI Sticky Notes MCP Server

  • Capture quick ideas or reminders during a development session.
  • Maintain a running log of tasks or observations.
  • Retrieve the last note written without browsing the full list.
  • Create a summary of past notes for review or reporting.

FAQ from AI Sticky Notes MCP Server

What does AI Sticky Notes MCP Server do?

It manages sticky notes by adding, reading, retrieving the latest, and summarizing them through MCP tools.

What are the runtime requirements?

Python 3.11 or higher and a virtual environment with dependencies installed via uv.

How do I install and run the server?

Clone the repo, create a venv, run uv sync to install dependencies, then execute uv run mcp install main.py.

Where are notes stored?

Notes are saved locally in a file named notes.txt in the project root.

Can I get a summary of my notes?

Yes, the server includes a tool that generates a prompt summarizing all stored notes.

コメント

「メモリとナレッジ」の他のコンテンツ