Skip to content
Zed

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

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

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

Bugfender in other clients