perf mcp for Zed
io.github.perf-ai/perf-mcp
Fact-check and fix AI outputs. Hallucination detection, schema validation, auto-repair.
client:Zed
transport:stdio
runtime:npm
Install perf mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"perf-mcp": {
"command": "npx",
"args": [
"-y",
"perf-mcp"
],
"env": {
"PERF_API_KEY": "<PERF_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs