Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Fastmcp Notes

БесплатноНе проверен

A note-taking knowledge base MCP server that enables CRUD operations on notes with tags, resource listing/detail, and prompt-based analysis and brainstorming.

GitHubEmbed

Описание

A note-taking knowledge base MCP server that enables CRUD operations on notes with tags, resource listing/detail, and prompt-based analysis and brainstorming.

README

A FastMCP v3 feature showcase: a note-taking knowledge base exposed as an MCP server.

Features demonstrated

  • Tools -- CRUD operations on notes with tag categorization
  • Resources -- note listing (static URI) and note detail (URI template)
  • Prompts -- parameterized templates for note analysis and brainstorming
  • Context -- structured logging (ctx.info), progress reporting (ctx.report_progress), and cross-resource reads (ctx.read_resource)
  • Lifespan -- server startup/shutdown lifecycle with shared state
  • Error handling -- ToolError for domain-specific errors

Setup

git clone <repo-url>
cd fastmcp-notes
uv sync

Usage

Run the server (stdio, for Claude Desktop)

fastmcp run server.py

Run the server (HTTP, for the client demo)

fastmcp run server.py -t streamable-http -p 8000

Run the client demo

# In another terminal, with the server running on port 8000:
python client.py

Claude Desktop configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "notes": {
      "command": "uv",
      "args": [
        "run", "--directory", "/absolute/path/to/fastmcp-notes",
        "fastmcp", "run", "server.py"
      ]
    }
  }
}

Screenshots

Creating a note via Claude Desktop

Creating a note

Prompts and resources available from the + menu

Prompts and resources

Reading a note by title

Reading a note

Project structure

server.py    # MCP server -- tools, resources, prompts, lifespan, error handling
client.py    # Async client demo

License

MIT

from github.com/ketcx/fastmcp-notes

Установка Fastmcp Notes

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ketcx/fastmcp-notes

FAQ

Fastmcp Notes MCP бесплатный?

Да, Fastmcp Notes MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Fastmcp Notes?

Нет, Fastmcp Notes работает без API-ключей и переменных окружения.

Fastmcp Notes — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Fastmcp Notes в Claude Desktop, Claude Code или Cursor?

Открой Fastmcp Notes на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Fastmcp Notes with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development