Skip to content
Cline

CRA AGENT for Cline

io.github.giupy997/cra-agent

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

client:Cline transport:stdio runtime:npm

Install CRA AGENT in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

CRA AGENT in other clients