Skip to content
Zed

prufa mcp for Zed

io.github.prufa-dev/prufa-mcp

The full Prufa QA agent over MCP: audits, flows, monitors, gremlin chaos, discovery.

client:Zed transport:stdio runtime:pypi

Install prufa mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "prufa-mcp": {
      "command": "uvx",
      "args": [
        "prufa-mcp"
      ],
      "env": {
        "PRUFA_API_TOKEN": "<PRUFA_API_TOKEN>"
      }
    }
  }
}

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

prufa mcp in other clients