← Back to Plugins
MCP Server MCP

Moneo

github By github 👁 1 views ▲ 0 votes

A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature.

Homepage Verified source GitHub

Install

npx -y @moneolabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@moneolabs/mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent identity recorded on every decision.",
          "default": "moneo-agent",
          "name": "MONEO_AGENT"
        },
        {
          "description": "Default asset for amounts that do not name one.",
          "default": "USDG",
          "name": "MONEO_ASSET"
        },
        {
          "description": "Path to a policy JSON file. Defaults to a cautious built-in policy.",
          "name": "MONEO_POLICY"
        },
        {
          "description": "Where the agent's key is kept. Defaults to ~/.moneo/key.json.",
          "name": "MONEO_KEY_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...