PluginBench
MCP Server
Active

todoglow MCP Server

app.devglow/todoglow

What is the todoglow MCP server?

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

How to install todoglow

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "todoglow": {
      "command": "npx",
      "args": [
        "-y",
        "todoglow-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "todoglow": {
      "command": "npx",
      "args": [
        "-y",
        "todoglow-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "todoglow": {
      "command": "npx",
      "args": [
        "-y",
        "todoglow-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "todoglow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "todoglow-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add todoglow -- npx -y todoglow-mcp

Related MCP servers

devglow

Active

Start, stop, and inspect local dev servers in a desktop app instead of the agent's session.

0
View repository →

noglow

Active

Drop a short text fragment into a scratchpad slot, with newlines intact.

0
View repository →