Skip to content
Zed

Argus Testing — Autonomous QA MCP for Zed

io.github.chriswu727/argus

Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.

client:Zed transport:stdio runtime:pypi

Install Argus Testing — Autonomous QA MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "argus": {
      "command": "uvx",
      "args": [
        "argus-testing"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Argus Testing — Autonomous QA MCP in other clients