Recovered from the 2026-06-27 snapshot import by classifying the base..snapshot delta at line granularity. Upstream base: d054b884 (2026-04-10).
30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
||
"name": "rcll-mcp",
|
||
"version": "0.1.0",
|
||
"mcpName": "io.github.holetron-lab/rcll",
|
||
"description": "RCLL — self-hosted, hierarchical shared memory for a team of AI agents over MCP (rooms, L0–L3 depth, pgvector). Fork of vectorize-io/hindsight.",
|
||
"type": "module",
|
||
"main": "server.js",
|
||
"bin": {
|
||
"rcll-mcp": "./server.js"
|
||
},
|
||
"scripts": {
|
||
"start": "node server.js"
|
||
},
|
||
"keywords": [
|
||
"mcp",
|
||
"memory",
|
||
"rcll",
|
||
"hindsight",
|
||
"ai-agents",
|
||
"multi-agent",
|
||
"pgvector",
|
||
"long-term-memory",
|
||
"self-hosted",
|
||
"model-context-protocol"
|
||
],
|
||
"license": "MIT",
|
||
"dependencies": {
|
||
"@modelcontextprotocol/sdk": "^1.12.1"
|
||
}
|
||
}
|