Add Booboo (operational brain — 3D system graph over MCP) to Knowledge & Memory

This commit is contained in:
Jesse
2026-07-14 04:28:08 +01:00
parent 6184909ba6
commit 3492b61a2f
+1
View File
@@ -2117,6 +2117,7 @@ Connect AI agents to industrial equipment, machinery, and operational technology
Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions.
- [lumayapartners/memini](https://github.com/lumayapartners/memini) [![lumayapartners/memini MCP server](https://glama.ai/mcp/servers/lumayapartners/memini/badges/score.svg)](https://glama.ai/mcp/servers/lumayapartners/memini) 📇 🏠 🍎 🪟 🐧 - Local-first project memory and guardrails for coding agents. Records failed attempts, fragile files, and decisions per repo; warns the agent before it repeats a recorded mistake. `npx -y memini mcp`
- [jessedu29260-netizen/booboo](https://github.com/jessedu29260-netizen/booboo) [![jessedu29260-netizen/booboo MCP server](https://glama.ai/mcp/servers/jessedu29260-netizen/booboo/badges/score.svg)](https://glama.ai/mcp/servers/jessedu29260-netizen/booboo) 📇 🏠 🍎 🪟 🐧 - See and query your whole AI system as one rooted 3D knowledge graph — agents, memory, knowledge, and automations fused into a privacy-walled snapshot. MCP tools for stats, search, node dossiers, neighbors, and pathfinding; the same snapshot renders up to a million nodes in the browser. `npx create-booboo`
- [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 🪟 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os`
- [adelinamart/robrain](https://github.com/adelinamart/robrain) [![adelinamart/robrain MCP server](https://glama.ai/mcp/servers/adelinamart/robrain/badges/score.svg)](https://glama.ai/mcp/servers/adelinamart/robrain) 📇 🏠 🍎 🪟 🐧 - Self-hosted decision memory for AI coding agents. Passively captures architectural decisions with the alternatives you rejected (structured `rejected[]`), then warns the agent before it re-proposes a rejected approach. Postgres + pgvector; cross-tool across Claude Code, Cursor, Copilot, and Codex. Install: `npx robrain up && npx robrain install`.
- [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.