← Back to browse

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTARGET_DEV_URL TARGET_STAGING_URL SLACK_BOT_TOKEN FIGMA_API_TOKEN ARGUS_REDACT_SENSITIVE
Claude Code
claude mcp add --env TARGET_DEV_URL= --env TARGET_STAGING_URL= --env SLACK_BOT_TOKEN= --env FIGMA_API_TOKEN= --env ARGUS_REDACT_SENSITIVE= argus -- npx argusqa-os
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"argus","command":"npx","args":["argusqa-os"],"env":{"TARGET_DEV_URL":"","TARGET_STAGING_URL":"","SLACK_BOT_TOKEN":"","FIGMA_API_TOKEN":"","ARGUS_REDACT_SENSITIVE":""}}'
JSON
{
  "mcpServers": {
    "argus": {
      "command": "npx",
      "args": [
        "argusqa-os"
      ],
      "env": {
        "TARGET_DEV_URL": "",
        "TARGET_STAGING_URL": "",
        "SLACK_BOT_TOKEN": "",
        "FIGMA_API_TOKEN": "",
        "ARGUS_REDACT_SENSITIVE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.