shugav/biblibit
Persistent Memory & Agent Orchestration — the shared brain for multi-agent AI systems
Platform-specific configuration:
{
"mcpServers": {
"biblibit": {
"command": "npx",
"args": [
"-y",
"biblibit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Persistent Memory & Agent Orchestration — the shared brain for multi-agent AI systems.
Status: In development. Evolving from engram.
Biblibit is an open-source memory and orchestration backbone for AI agents. It gives multi-agent systems persistent memory, a knowledge graph, and real-time coordination — so agents remember, learn, and collaborate across sessions.
┌──────────────────────────────────────────────┐
│ GPU (FAISS) ← Sub-ms vector search │
│ Hot embeddings for active sessions │
├──────────────────────────────────────────────┤
│ RAM (Redis) ← Real-time coordination│
│ Working memory, pubsub, agent state │
├──────────────────────────────────────────────┤
│ Postgres (pgvector) ← Persistent knowledge │
│ Long-term memory, knowledge graph │
└──────────────────────────────────────────────┘Biblibit is the next evolution of engram. Same Postgres + pgvector + knowledge graph foundation, with new orchestration and real-time coordination layers on top.
MIT
Loading reviews...