Skip to content
Cursor

argus for Cursor

io.github.ironclawdevs27/argus

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

client:Cursor transport:stdio runtime:npm

Install argus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "argus": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

argus in other clients