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