Self-hosted shared memory for a team of AI agents. Rooms, L0-L3 depth, no LLM on the read path.
claude mcp add fleet-memory -- npx -y fleet-memory-mcp
claude_desktop_config.json
{
"mcpServers": {
"fleet-memory": {
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"fleet-memory": {
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fleet-memory": {
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"fleet-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"fleet-memory": {
"command": "npx",
"args": [
"-y",
"fleet-memory-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.rcll--fleet-memory/reviews or the review_server meta-tool.
POST /mcp