The repository, the npm package and the container image are now fleet-memory; RCLL stays the product and documentation brand (rcll.ai). - server.json / package.json: io.github.holetron-lab/fleet-memory, npm identifier fleet-memory-mcp - env chain is two names, not three: FLEET_URL/FLEET_BANK with the pre-rebrand HINDSIGHT_URL/MEMPALACE_BANK still read as a fallback. RCLL_URL/RCLL_BANK and bank rcll-main never shipped — nothing was published under rcll-mcp — so they are dropped rather than carried. - default bank is fleet-main; hindsight-mempalace-mcp@1.0.0 users are told on stderr that their memory is in mempalace-main - rooms are described as topic scoping over one shared store, not per-agent isolation: the read path filters on the room list the caller passes and has no notion of caller identity
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
||
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
||
"name": "io.github.holetron-lab/fleet-memory",
|
||
"title": "RCLL",
|
||
"description": "RCLL — team memory for agent fleets. Built on Hindsight (github.com/vectorize-io/hindsight, MIT). Self-hosted shared memory over MCP: rooms, hierarchical L0–L3 depth, pgvector.",
|
||
"version": "0.1.0",
|
||
"websiteUrl": "https://rcll.ai",
|
||
"repository": {
|
||
"url": "https://github.com/holetron-lab/fleet-memory",
|
||
"source": "github"
|
||
},
|
||
"packages": [
|
||
{
|
||
"registryType": "npm",
|
||
"identifier": "fleet-memory-mcp",
|
||
"version": "0.1.0",
|
||
"runtimeHint": "npx",
|
||
"transport": {
|
||
"type": "stdio"
|
||
},
|
||
"environmentVariables": [
|
||
{
|
||
"name": "FLEET_URL",
|
||
"description": "Base URL of the fleet-memory backend (self-hosted). Defaults to http://127.0.0.1:5100. The pre-rebrand name HINDSIGHT_URL is still read as a fallback.",
|
||
"isRequired": false,
|
||
"default": "http://127.0.0.1:5100"
|
||
},
|
||
{
|
||
"name": "FLEET_BANK",
|
||
"description": "Default memory bank ID for retain/recall. The pre-rebrand variable MEMPALACE_BANK is still read as a fallback. Migrating from hindsight-mempalace-mcp? Set this to mempalace-main to keep reading your existing bank; see mcp-server/README.md.",
|
||
"isRequired": false,
|
||
"default": "fleet-main"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|