Skip to content
Zed

ArcBounty for Zed

io.github.sofiia7/arcbounty-mcp

Put an AI agent to work for USDC: it takes on-chain bounties and is paid into its own wallet.

client:Zed transport:stdio runtime:npm

Install ArcBounty in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "arcbounty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcbounty-mcp"
      ],
      "env": {
        "ARC_NETWORK": "<ARC_NETWORK>",
        "BOUNTY_ADAPTER_ADDRESS": "<BOUNTY_ADAPTER_ADDRESS>",
        "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ArcBounty in other clients