← Index

io.github.ironclawdevs27/argus

io.github.ironclawdevs27/argus·v9.2.6·Security
Quality Score
85
/100

AI-powered QA harness — catch JS errors, a11y violations, visual regressions, and security issues.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "argus": {
      "command": "npx",
      "args": [
        "-y",
        "argusqa-os"
      ],
      "env": {
        "TARGET_DEV_URL": "<target_dev_url>",
        "TARGET_STAGING_URL": "<target_staging_url>",
        "SLACK_BOT_TOKEN": "<your-slack_bot_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "argus": {
      "command": "npx",
      "args": [
        "-y",
        "argusqa-os"
      ],
      "env": {
        "TARGET_DEV_URL": "<target_dev_url>",
        "TARGET_STAGING_URL": "<target_staging_url>",
        "SLACK_BOT_TOKEN": "<your-slack_bot_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y argusqa-os
§02  Environment variables
TARGET_DEV_URL
required

Base URL of the dev environment to audit (e.g. http://localhost:3000)

TARGET_STAGING_URL

Base URL of the staging environment — used by argus_compare for dev vs staging diff. Omit to use CSS analysis mode.

SLACK_BOT_TOKEN
secret

Slack bot token (xoxb-...) for posting reports. Omit to generate a local report.html instead.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Security