MCP Server
MCP
io.github.ironclawdevs27/argus
Automated web QA via Chrome DevTools MCP — a11y, security, visual, env diff, CI; Aegis redaction.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "argusqa-os",
"version": "10.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the dev environment to audit (e.g. http://localhost:3000)",
"isRequired": true,
"format": "string",
"name": "TARGET_DEV_URL"
},
{
"description": "Base URL of the staging environment — used by argus_compare for dev vs staging diff. Omit to use CSS analysis mode.",
"format": "string",
"name": "TARGET_STAGING_URL"
},
{
"description": "Slack bot token (xoxb-...) for posting reports. Omit to generate a local report.html instead.",
"format": "string",
"isSecret": true,
"name": "SLACK_BOT_TOKEN"
},
{
"description": "Figma personal access token — enables argus_design_audit to fetch design specs from a Figma frame and compare them against the live DOM (13 fidelity finding types). Omit to skip design fidelity audits.",
"format": "string",
"isSecret": true,
"name": "FIGMA_API_TOKEN"
},
{
"description": "Aegis confidentiality egress boundary. Default ON: every tool response is redacted so secrets, PII, and exploit detail never cross into the calling agent's context (the local on-disk report keeps full fidelity). Set to 0 for byte-identical pre-Aegis output.",
"format": "string",
"name": "ARGUS_REDACT_SENSITIVE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment