← Index

io.github.vibefix-tech/vibefix

io.github.vibefix-tech/vibefix·v0.3.2·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vibefix": {
      "command": "npx",
      "args": [
        "-y",
        "@vibefix/mcp"
      ],
      "env": {
        "VIBEFIX_API_KEY": "<your-vibefix_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vibefix": {
      "command": "npx",
      "args": [
        "-y",
        "@vibefix/mcp"
      ],
      "env": {
        "VIBEFIX_API_KEY": "<your-vibefix_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @vibefix/mcp
§02  Environment variables
VIBEFIX_API_KEY
requiredsecret

Your VibeFix API key from vibefix.co/dashboard/integrations

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other