RCLL for Windsurf
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:Windsurf
transport:stdio
runtime:npm
Install RCLL in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"fleet-memory": {
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
],
"env": {
"FLEET_URL": "<FLEET_URL>",
"FLEET_BANK": "<FLEET_BANK>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs