Skip to content
Cline

Onchain Agent Wallets for Cline

io.github.nirholas/onchain-agent-wallets

Give an AI agent a Solana spending allowance instead of your key. Chain-enforced cap, x402.

client:Cline transport:stdio runtime:npm

Install Onchain Agent Wallets 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": {
    "onchain-agent-wallets": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/onchain-agent-wallets"
      ],
      "env": {
        "OWNER_SECRET_KEY": "<OWNER_SECRET_KEY>",
        "OAW_NETWORK": "<OAW_NETWORK>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "OAW_STATE_DIR": "<OAW_STATE_DIR>",
        "REQUIRE_CONFIRM": "<REQUIRE_CONFIRM>"
      }
    }
  }
}

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

Onchain Agent Wallets in other clients