Skip to main content
Glama
forhad9009237

mcp-snippetbox

mcp-snippetbox

Plantilla de servidor MCP en la que baso nuevas herramientas

Empezó como un hack de fin de semana, y me fue gustando.

Qué hace

  • Incluye un fragmento de configuración de Claude Desktop

  • Tres herramientas: añadir / obtener / listar notas

  • El estado se guarda en un archivo JSON en el directorio de inicio

  • Estilo FastMCP: decoradores, cero código repetitivo

Related MCP server: Notes MCP Server

Instalación

pip install -r requirements.txt

Ejemplos

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

Estructura del proyecto

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   └── bug_report.md
│   ├── dependabot.yml
│   └── pull_request_template.md
├── docs/
│   ├── development.md
│   ├── roadmap.md
│   └── usage.md
├── examples/
│   └── quickstart.md
├── .editorconfig
├── .gitattributes
├── .gitignore
├── CONTRIBUTING.md
├── Makefile
├── SECURITY.md
├── requirements.txt
└── server.py

Desarrollo

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

Licencia

MIT. Haz lo que quieras.

F
license - not found
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

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.
    13
    2
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables saving and searching notes stored in a local JSON file via a minimal MCP server, supporting three primitives: tools (add_note, search_notes), resources (notes://all), and prompts (weekly_review).
    2

View all related MCP servers

Related MCP Connectors

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

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

  • 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/forhad9009237/mcp-snippetbox'

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