Skip to content
Grok

RCLL for Grok

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:Grok transport:stdio runtime:npm

Install RCLL in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

RCLL in other clients