Skip to content
VS Code

devglow for VS Code

app.devglow/devglow

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

client:VS Code transport:stdio runtime:npm

Install devglow in VS Code

.vscode/mcp.json

{
  "servers": {
    "devglow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "devglow-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

devglow in other clients