Skip to content
Cursor

vibefix for Cursor

io.github.vibefix-tech/vibefix

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

client:Cursor transport:stdio runtime:npm

Install vibefix in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "vibefix": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vibefix/mcp"
      ],
      "env": {
        "VIBEFIX_API_KEY": "<VIBEFIX_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vibefix in other clients