bounty-mcp for Cursor
io.github.weiseer/bounty-mcp
Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install bounty-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bounty-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/bounty-mcp"
],
"env": {
"BOUNTY_MCP_URL": "<BOUNTY_MCP_URL>",
"BOUNTY_MCP_LOCAL_ONLY": "<BOUNTY_MCP_LOCAL_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs