Skip to content
Cursor

Cloaked Agent for Cursor

io.github.cloakedagent/cloaked

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

client:Cursor transport:stdio runtime:npm

Install Cloaked Agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "cloaked": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cloaked Agent in other clients