Skip to main content
Glama

mcp-snippetbox

Plantilla de servidor MCP en la que baso nuevas herramientas

Empezó como un hack de fin de semana, y se me quedó.

Características

  • Tres herramientas: add / get / list notes

  • Incluye fragmento de configuración de Claude Desktop

  • El estado se guarda en un archivo JSON en el directorio principal

  • Estilo FastMCP: decoradores, cero código repetitivo

Related MCP server: mcp-server-sample

Instalación

pip install -r requirements.txt

Uso

# 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
├── docs/
│   ├── configuration.md
│   ├── development.md
│   ├── roadmap.md
│   └── usage.md
├── examples/
│   └── quickstart.md
├── tests/
│   └── test_smoke.py
├── .editorconfig
├── .gitignore
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── SECURITY.md
├── requirements.txt
└── server.py

Desarrollo

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

Registro de cambios

  • 0.1.1 - corregido un caso límite en el análisis de argumentos

  • 0.1.0 - primera versión funcional

Licencia

Con licencia MIT, consulte LICENSE.

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

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