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
{
"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