Skip to content
VS Code

todoglow for VS Code

app.devglow/todoglow

See what each of your coding agents is working on, and read or advance your todos.

client:VS Code transport:stdio runtime:npm

Install todoglow in VS Code

.vscode/mcp.json

{
  "servers": {
    "todoglow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "todoglow-mcp"
      ]
    }
  }
}

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

todoglow in other clients