Skip to content
Zed

RCLL for Zed

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

Install RCLL in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

RCLL in other clients