Skip to main content
Glama
MartaVtechzgr

notes-box

mcp-notes-server

Небольшой MCP-сервер, предоставляющий мои заметки Claude Desktop

Как использовать

# claude_desktop_config.json
# {
#   "mcpServers": {
#     "notes-box": {"command": "python", "args": ["server.py"]}
#   }
# }
python server.py

Related MCP server: Notes MCP Server

Установка

pip install -r requirements.txt

Что он делает

  • Состояние сохраняется в JSON-файле в домашнем каталоге

  • Три инструмента: добавление / получение / список заметок

  • Стиль FastMCP: декораторы, ноль шаблонного кода

  • Включает фрагмент конфигурации для Claude Desktop

Структура проекта

├── docs/
│   ├── configuration.md
│   ├── development.md
│   ├── faq.md
│   ├── roadmap.md
│   └── usage.md
├── examples/
│   └── quickstart.md
├── tests/
│   └── test_smoke.py
├── .editorconfig
├── .gitignore
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── Makefile
├── requirements.txt
└── server.py

Разработка

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python -m pytest -q

Известные проблемы

  • Пока не сообщалось (как ни странно)

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MartaVtechzgr/mcp-notes-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server