fixme agent for Zed
io.github.rotem1230/fixme-agent
Real-time AI code quality — 30 validators, 17 languages, 813+ checks
client:Zed
transport:stdio
runtime:npm
Install fixme agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fixme-agent": {
"command": "npx",
"args": [
"-y",
"fixme-mcp"
],
"env": {
"FIXME_TOKEN": "<FIXME_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs