← Index

Cloaked Agent

io.github.CloakedAgent/cloaked·v0.2.0·Other
Quality Score
87
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cloaked": {
      "command": "npx",
      "args": [
        "-y",
        "@cloakedagent/sdk"
      ],
      "env": {
        "CLOAKED_AGENT_KEY": "<your-cloaked_agent_key>",
        "CLOAKED_BACKEND_URL": "<cloaked_backend_url>",
        "SOLANA_RPC_URL": "<your-solana_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cloaked": {
      "command": "npx",
      "args": [
        "-y",
        "@cloakedagent/sdk"
      ],
      "env": {
        "CLOAKED_AGENT_KEY": "<your-cloaked_agent_key>",
        "CLOAKED_BACKEND_URL": "<cloaked_backend_url>",
        "SOLANA_RPC_URL": "<your-solana_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cloakedagent/sdk
§02  Environment variables
CLOAKED_AGENT_KEY
requiredsecret

Base58 encoded Cloaked Agent private key

CLOAKED_BACKEND_URL

Backend relay URL (default: https://api.cloakedagent.com)

SOLANA_RPC_URL
secret

Solana RPC endpoint URL (default: https://api.devnet.solana.com)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other