Skip to content
Cline

devglow for Cline

app.devglow/devglow

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

client:Cline transport:stdio runtime:npm

Install devglow in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "devglow": {
      "command": "npx",
      "args": [
        "-y",
        "devglow-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

devglow in other clients