Skip to content
Zed

vibefix for Zed

io.github.vibefix-tech/vibefix

Bug bounty platform for vibe coders. Post bugs, find fixes, run diagnostics.

client:Zed transport:stdio runtime:npm

Install vibefix 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": {
    "vibefix": {
      "command": "npx",
      "args": [
        "-y",
        "@vibefix/mcp"
      ],
      "env": {
        "VIBEFIX_API_KEY": "<VIBEFIX_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vibefix in other clients