Bug bounty platform for vibe coders. Post bugs from AI-generated code (Cursor, Bolt, Lovable, Replit, v0), a developer picks it up and fixes it. Browse bounties, apply to fix, submit solutions, and run website diagnostics — all from your editor via MCP.
Server Config
{
"mcpServers": {
"vibefix": {
"command": "npx",
"args": [
"@vibefix/mcp"
],
"env": {
"VIBEFIX_API_KEY": "vf_your_key_here"
}
}
}
}