Skip to content
Cursor

todoglow for Cursor

app.devglow/todoglow

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

client:Cursor transport:stdio runtime:npm

Install todoglow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

todoglow in other clients