← Back to Plugins
MCP Server MCP

Cloaked Agent

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @cloakedagent/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cloakedagent/sdk",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base58 encoded Cloaked Agent private key",
          "isRequired": true,
          "isSecret": true,
          "name": "CLOAKED_AGENT_KEY"
        },
        {
          "description": "Backend relay URL (default: https://api.cloakedagent.com)",
          "name": "CLOAKED_BACKEND_URL"
        },
        {
          "description": "Solana RPC endpoint URL (default: https://api.devnet.solana.com)",
          "isSecret": true,
          "name": "SOLANA_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...