Skip to content
Zed

todoglow for Zed

app.devglow/todoglow

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

client:Zed transport:stdio runtime:npm

Install todoglow in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "todoglow": {
      "command": "npx",
      "args": [
        "-y",
        "todoglow-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

todoglow in other clients