PluginBench
MCP Server
Active

devglow MCP Server

app.devglow/devglow

What is the devglow MCP server?

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

How to install devglow

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": {
    "devglow": {
      "command": "npx",
      "args": [
        "-y",
        "devglow-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "devglow": {
      "command": "npx",
      "args": [
        "-y",
        "devglow-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "devglow": {
      "command": "npx",
      "args": [
        "-y",
        "devglow-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "devglow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "devglow-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add devglow -- npx -y devglow-mcp

Related MCP servers

noglow

Active

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

0
View repository →

todoglow

Active

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

0
View repository →
devglow MCP Server | PluginBench