fleet-memory/mcp-server/package.json
RCLL d2f74c5126 feat(mcp): RCLL MCP server and MCP-registry manifest
Recovered from the 2026-06-27 snapshot import by classifying the base..snapshot delta at line granularity. Upstream base: d054b884 (2026-04-10).
2026-08-23 23:50:03 +03:00

30 lines
685 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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, L0L3 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"
}
}