Skip to main content
Glama

mcp-snippetbox

MCP-Server-Vorlage, auf der ich neue Tools basiere

Als Wochenend-Hack gestartet, ist es mir ans Herz gewachsen.

Highlights

  • Drei Tools: add / get / list für Notizen

  • Enthält Konfigurations-Snippet für Claude Desktop

  • Der Zustand wird in einer JSON-Datei im Home-Verzeichnis persistiert

  • FastMCP-Stil: Dekoratoren, kein Boilerplate

Related MCP server: mcp-server-sample

Installation

pip install -r requirements.txt

Verwendung

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

Projektstruktur

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

Entwicklung

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

Changelog

  • 0.1.1 - Randfall beim Argument-Parsing behoben

  • 0.1.0 - erste funktionierende Version

Lizenz

MIT-lizenziert, siehe 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