Odel
todo mcp

todo mcp

Local
@pasichdevTypeScriptMITUpdated 5 days ago

Shared TODO/backlog MCP server with claim tracking, web UI, and encrypted local storage.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@pasichdev/todo-mcpv2.0.0

Run

npx -y @pasichdev/todo-mcp

MCP client config

{
  "mcpServers": {
    "todo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pasichdev/todo-mcp"
      ]
    }
  }
}