From 4da36c24d6b3904a574fba3d02ce0e6719df14dc Mon Sep 17 00:00:00 2001 From: Octonove Date: Sat, 12 Sep 2026 01:55:07 +0200 Subject: [PATCH] Add Octonove/crbro-memory to Knowledge & Memory Co-Authored-By: Claude Opus 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..b0612e970 100644 --- a/README.md +++ b/README.md @@ -2481,6 +2481,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. +- [Octonove/crbro-memory](https://github.com/Octonove/crbro-memory) [![Octonove/crbro-memory MCP server](https://glama.ai/mcp/servers/Octonove/crbro-memory/badges/score.svg)](https://glama.ai/mcp/servers/Octonove/crbro-memory) 📇 🏠 🍎 🪟 🐧 - Persistent neural memory for AI agents as local JSON files: neuron/synapse graph with heat scoring, fact-level search, supersede/retract corrections, automatic secret redaction, and team memory via a private Git repo. `npx -y crbro-memory` - [bborota/cairn-mcp](https://github.com/bborota/cairn-mcp) [![bborota/cairn-mcp MCP server](https://glama.ai/mcp/servers/bborota/cairn-mcp/badges/score.svg)](https://glama.ai/mcp/servers/bborota/cairn-mcp) 📇 ☁️ - Cairn: a shared base of one-sentence lessons, must-dos and must-nots other agents already learned, by stack and situation. Read before a task, leave one after. - [fish827-08/rag-kb](https://github.com/fish827-08/rag-kb) [![fish827-08/rag-kb MCP server](https://glama.ai/mcp/servers/fish827-08/rag-kb/badges/score.svg)](https://glama.ai/mcp/servers/fish827-08/rag-kb) 🐍 🏠 🪟 - Local-first agent memory & knowledge service with hybrid retrieval (BGE-M3 dense vectors + BM25 via jieba, fused with RRF), document & webpage ingestion, and optional RAG answering via local Ollama. Single process, embedded ChromaDB, REST + native MCP server; fully functional offline without any LLM. Apache-2.0. - [AkashGoenka/coldstart](https://github.com/AkashGoenka/coldstart) [![AkashGoenka/coldstart MCP server](https://glama.ai/mcp/servers/AkashGoenka/coldstart/badges/score.svg)](https://glama.ai/mcp/servers/AkashGoenka/coldstart) 📇 🏠 🍎 🪟 🐧 - Codebase memory for coding agents, with no embeddings and no API key. A deterministic AST index answers "which files are relevant to this task?" in milliseconds, and agents write durable notes about the repo that are content-hash checked — a note flags itself stale the moment the code it describes changes. Notes are markdown inside the repo, so they commit and review alongside your code. `npm i -g @cstart/coldstart && coldstart init`