Skip to content
Cline

argus for Cline

io.github.ironclawdevs27/argus

Automated web QA via Chrome DevTools MCP — a11y, security, visual, env diff, CI; Aegis redaction.

client:Cline transport:stdio runtime:npm

Install argus 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "argus": {
      "command": "npx",
      "args": [
        "-y",
        "argusqa-os"
      ],
      "env": {
        "TARGET_DEV_URL": "<TARGET_DEV_URL>",
        "TARGET_STAGING_URL": "<TARGET_STAGING_URL>",
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
        "FIGMA_API_TOKEN": "<FIGMA_API_TOKEN>",
        "ARGUS_REDACT_SENSITIVE": "<ARGUS_REDACT_SENSITIVE>"
      }
    }
  }
}

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

argus in other clients