Skip to content
Grok

todoglow for Grok

app.devglow/todoglow

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

client:Grok transport:stdio runtime:npm

Install todoglow in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

todoglow in other clients