Skip to main content
Glama

mcp-server-my-todo

Ein minimaler MCP-Server (Model Context Protocol) für eine persönliche Todo-Liste, basierend auf SQLite.

Werkzeuge

  • add_todo(task: str) — einen neuen Todo-Eintrag hinzufügen

  • list_todos(include_done: bool = True) — Todos auflisten, optional abgeschlossene ausblenden

  • complete_todo(todo_id: int) — einen Todo als erledigt markieren

  • delete_todo(todo_id: int) — einen Todo löschen

Related MCP server: Todo MCP Server

Lokal ausführen

uv sync
uv run main.py

Der Server lauscht auf http://0.0.0.0:8000/mcp und verwendet den streamable-http-Transport.

Umgebungsvariablen:

  • PORT — Port, auf dem der Server lauscht (Standard: 8000)

  • TODO_DB_PATH — Pfad zur SQLite-Datei (Standard: todo.db)

Richten Sie einen MCP-Client auf http://localhost:8000/mcp aus, um es auszuprobieren, z. B. mit dem MCP inspector:

uv run mcp dev main.py

Auf Render bereitstellen

Dieses Repository enthält ein Dockerfile und ein render.yaml-Blueprint, das es baut und einen Webdienst sowie eine 1-GB-persistente Festplatte bereitstellt, die unter /data gemountet ist (damit die SQLite-Datei Deployments/Neustarts übersteht — das reguläre Dateisystem von Render ist flüchtig, und Festplatten einen kostenpflichtigen Instanztyp erfordern, daher plan: starter).

  1. Pushen Sie dieses Repository auf GitHub.

  2. Erstellen Sie in Render ein neues Blueprint und richten Sie es auf das Repository aus — es wird render.yaml lesen, das Dockerfile bauen und den Container ausführen.

  3. Sobald die Bereitstellung abgeschlossen ist, lautet Ihr MCP-Endpunkt https://<your-service>.onrender.com/mcp.

Sie können das Image auch lokal bauen/ausführen, um es zunächst zu testen:

docker build -t mcp-server-my-todo .
docker run --rm -p 8000:8000 mcp-server-my-todo

Wenn Sie keine Persistenz über Deployments hinweg benötigen, können Sie das Blueprint überspringen und einfach einen normalen Render-Webdienst mit denselben Build-/Start-Befehlen im kostenlosen Tarif erstellen — die Todo-Liste wird einfach zurückgesetzt, sobald der Dienst erneut bereitgestellt oder heruntergefahren wird.

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
    A
    quality
    D
    maintenance
    An MCP server that allows AI assistants to manage todo lists stored in a simple markdown file, supporting creation, reading, updating, and deletion of todo items with persistent IDs.
    5
    14
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A simple MCP server for managing todo items with SQLite database storage, supporting add, list, and remove operations.
    13
    6
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    A small MCP server for managing todos, enabling assistants like Claude to create, update, and query task lists through natural conversation. Stores everything in a local SQLite database.
    13
    1
    ISC

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

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/Ismailtlem/mcp-test'

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