Skip to content
VS Code

Todo for VS Code

io.github.mctx-ai/todo

Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder,

client:VS Code transport:sse

Install Todo in VS Code

.vscode/mcp.json

{
  "servers": {
    "todo": {
      "type": "sse",
      "url": "https://todo.mctx.ai/v2.0.3"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Todo in other clients