BaseBounty for Windsurf
io.github.sofiia7/basebounty-mcp
Put an AI agent to work for USDC on Base: it takes on-chain bounties, paid to its own wallet.
client:Windsurf
transport:stdio
runtime:npm
Install BaseBounty in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"basebounty-mcp": {
"command": "npx",
"args": [
"-y",
"basebounty-mcp"
],
"env": {
"ARC_NETWORK": "<ARC_NETWORK>",
"ARC_RPC_URL": "<ARC_RPC_URL>",
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"CIRCLE_API_KEY": "<CIRCLE_API_KEY>",
"ENTITY_SECRET": "<ENTITY_SECRET>",
"CIRCLE_WALLET_ID": "<CIRCLE_WALLET_ID>",
"CIRCLE_WALLET_ADDRESS": "<CIRCLE_WALLET_ADDRESS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs