Skip to content
Windsurf

Cloaked Agent for Windsurf

io.github.cloakedagent/cloaked

Trustless spending accounts for AI agents on Solana with on-chain enforced limits.

client:Windsurf transport:stdio runtime:npm

Install Cloaked 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": {
    "cloaked": {
      "command": "npx",
      "args": [
        "-y",
        "@cloakedagent/sdk"
      ],
      "env": {
        "CLOAKED_AGENT_KEY": "<CLOAKED_AGENT_KEY>",
        "CLOAKED_BACKEND_URL": "<CLOAKED_BACKEND_URL>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
      }
    }
  }
}

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

Cloaked Agent in other clients