Argus Testing — Autonomous QA MCP for Cursor
io.github.chriswu727/argus
Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.
client:Cursor
transport:stdio
runtime:pypi
Install Argus Testing — Autonomous QA MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"argus": {
"type": "stdio",
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs