Skip to content
Zed

argus for Zed

io.github.ironclawdevs27/argus

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

client:Zed transport:stdio runtime:npm

Install argus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

argus in other clients