Skip to content
VS Code

todox for VS Code

io.github.beydemirfurkan/todox

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

client:VS Code transport:streamable-http

Install todox in VS Code

.vscode/mcp.json

{
  "servers": {
    "todox": {
      "type": "http",
      "url": "https://www.todox.dev/api/mcp"
    }
  }
}

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

todox in other clients