Skip to main content
Glama

my-mcp-server

Plantilla de servidor MCP en la que baso nuevas herramientas

Pequeña, pero la uso semanalmente.

Instalación

pip install -r requirements.txt

Related MCP server: Notes MCP Server

Características principales

  • Tres herramientas: add / get / list notes

  • Incluye fragmento de configuración de Claude Desktop

  • Estilo FastMCP: decoradores, cero código repetitivo

  • Estado persistido en un archivo JSON en el directorio personal

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/
│   ├── faq.md
│   └── usage.md
├── examples/
│   └── quickstart.md
├── tests/
│   └── test_smoke.py
├── .editorconfig
├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
├── 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

Desarrollo

# run the test suite
pytest -q   # or npm test / go test ./...

Licencia

Con licencia MIT, ver LICENSE.

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

  • F
    license
    B
    quality
    D
    maintenance
    A simple server for saving, listing, and searching notes persisted to a local JSON file. It enables users to manage their personal notes using natural language via the Model Context Protocol.
    3
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to manage a todo list with add, list, complete, delete, and clear completed operations, persisting todos to a JSON file.
    8
    MIT

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/KMarshallXwwc/my-mcp-server'

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