todo-hud-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@todo-hud-mcpSet tasks: review PR, write docs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Focus HUD Monorepo
Backend POC + desktop UI for Focus HUD, a lightweight todo + gamified pomodoro app.
Structure
apps/api/ # NestJS backend (REST + MCP)
packages/shared/ # Shared contracts/types (future)
infra/docker/ # Docker Compose config
infra/caddy/ # Caddy reverse proxy config (future)
docs/adr/ # Architecture Decision RecordsRelated MCP server: MCP Todo Server
Quick start (backend)
cd apps/api
npm install
npm run build
npm startServer at http://localhost:3000. Swagger at /docs.
Docker
docker compose up -d --buildMCP
HTTP:
POST /mcp(inside NestJS)Stdio:
cd apps/api && npm run mcp
Docs
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Create, list, and complete todo items through MCP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes a TODO list API to AI assistants, enabling natural language management of tasks with create, read, update, and delete operations.-
- AlicenseNot gradedqualityCmaintenanceA CRUD todo list server that exposes tools to create, list, and conclude tasks, compatible with any MCP host.1 npmMIT
- FlicenseNot gradedqualityBmaintenanceMCP server that provides tools to create and list tasks by consuming a REST API, allowing LLMs to manage a TODO list via natural language.-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides todo management tools (add, list, complete, clear, summarize) and a resource for reading all todos, enabling Codex or other MCP clients to organize and track tasks via natural language.-