Skip to main content
Glama
MartaVtechzgr

notes-box

mcp-notes-server

Un pequeño servidor MCP que expone mis notas a Claude Desktop

Cómo usar

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

Related MCP server: notlai-mcp

Instalación

pip install -r requirements.txt

Qué hace

  • Estado persistido en un archivo JSON en el directorio de inicio

  • Tres herramientas: add / get / list notes

  • Estilo FastMCP: decoradores, cero código repetitivo

  • Incluye un fragmento de configuración para Claude Desktop

Estructura del proyecto

├── 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

Desarrollo

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

Problemas conocidos

  • ninguno reportado todavía (sorprendentemente)

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

View all MCP Connectors

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