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
{
"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