RCLL for Cursor
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:Cursor
transport:stdio
runtime:npm
Install RCLL in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fleet-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
],
"env": {
"FLEET_URL": "<FLEET_URL>",
"FLEET_BANK": "<FLEET_BANK>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs