Storm

MCP Integration

Connect your tools to Claude and other MCP clients

Powered by Gorilli

MCP Integration Setup

Connect your Storm tools to Claude and other MCP clients

Local Setup Instructions

Currently, Storm needs to be installed locally. Cloud deployment is a work in progress.

GitHub Repository:
gorilli-team/storm

Install Dependencies

cd storm
npm install

NoteThe MCP server logic is located in the recall folder

MCP Protocol Configuration

MCP Server Setup

{
    "mcpServers": {
        "demo": {
            "command": "node",
            "args": [
                "/PATH/storm/recall/mcpServer.js"
            ],
            "env": {
                "PRIVATE_KEY": "RECALL_WALLET_PRIVATE_KEY",
                "ENCRYPTION_SECRET_KEY": "AES_ENCRYPTION_SECRET_KEY"
            }
        }
    }
}

Connection Steps

  1. 1Open Claude Desktop
  2. 2Go to Claude/Settings...
  3. 3Click on 'Developers', then 'Change Configuration'
  4. 4Open 'claude_desktop_config.json' in your editor
  5. 5Add the MCP server configuration above
  6. 6Save the file and restart Claude Desktop
Path Configuration: Replace/PATH/storm/recall/mcpServer.jswith the absolute path to your installation.
Wallet Requirements: Your wallet must have RECALL tokens and credits (available on Recall Portal).
Encryption Key Sync: The ENCRYPTION_SECRET_KEY must be identical in:
  • Frontend environment (for encrypting tools when uploaded)
  • MCP server configuration (for decrypting tools when used)

This key secures all tool functions and parameters in transit between Claude Desktop and Recall Network.