Skip to content
Claude Desktop

RCLL for Claude Desktop

ai.rcll/fleet-memory

Self-hosted shared memory for a team of AI agents. Rooms, L0-L3 depth, no LLM on the read path.

client:Claude Desktop transport:stdio runtime:npm

Install RCLL in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fleet-memory": {
      "command": "npx",
      "args": [
        "-y",
        "fleet-memory-mcp"
      ],
      "env": {
        "FLEET_URL": "<FLEET_URL>",
        "FLEET_BANK": "<FLEET_BANK>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

RCLL in other clients