Skip to content
Windsurf

CRA AGENT for Windsurf

io.github.giupy997/cra-agent

Lets an agent pay for x402 APIs in USDC on Arc, under a spending policy it cannot change.

client:Windsurf transport:stdio runtime:npm

Install CRA AGENT in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "cra-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@cra-agent/mcp"
      ],
      "env": {
        "CRA_NETWORK": "<CRA_NETWORK>",
        "CRA_KEY_FILE": "<CRA_KEY_FILE>",
        "CRA_POLICY": "<CRA_POLICY>",
        "CRA_RPC_URL": "<CRA_RPC_URL>",
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

CRA AGENT in other clients