Self-hosted shared memory for a team of AI agents. Rooms, L0-L3 depth, no LLM on the read path.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y fleet-memory-mcp
MCP client config
{
"mcpServers": {
"rcll": {
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
]
}
}
}