Argus Testing — Autonomous QA MCP for VS Code
io.github.chriswu727/argus
Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.
client:VS Code
transport:stdio
runtime:pypi
Install Argus Testing — Autonomous QA MCP in VS Code
.vscode/mcp.json
{
"servers": {
"argus": {
"type": "stdio",
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs