Back to directory
recallnet/recall-mcp

recallnet/recall-mcp

@recallnet

A simple MCP server that exposes basic Recall functionality including listing buckets, getting account balances, creating objects, and more

blockchainstoragerecallmcptypescriptaccountbucketobjectcloud

Installation & Configuration

{
  "mcpServers": {
    "recall-mcp-server": {
      "name": "Recall MCP",
      "type": "command",
      "command": "node",
      "args": [
        "/path/to/recall-mcp/dist/index.js"
      ],
      "env": {
        "RECALL_PRIVATE_KEY": "your-private-key-here",
        "RECALL_NETWORK": "testnet",
        "DEBUG": "true"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15