Bugfender for Zed
io.github.bugfender/mcp
Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients.
client:Zed
transport:stdio
runtime:npm
Install Bugfender in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugfender/mcp"
],
"env": {
"BUGFENDER_API_TOKEN": "<BUGFENDER_API_TOKEN>",
"BUGFENDER_REFRESH_TOKEN": "<BUGFENDER_REFRESH_TOKEN>",
"BUGFENDER_API_URL": "<BUGFENDER_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs