Skip to content
Zed

todo mcp for Zed

io.github.pasichdev/todo-mcp

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

client:Zed transport:stdio runtime:npm

Install todo mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

todo mcp in other clients