Fix entry formatting

This commit is contained in:
Frank Fiegel
2026-09-20 20:22:42 -07:00
parent b5efc65872
commit 8bec0412b1
+1 -1
View File
@@ -2671,7 +2671,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
- [dockndevai/ossian-mcp](https://github.com/dockndevai/ossian-mcp) [![dockndevai/ossian-mcp MCP server](https://glama.ai/mcp/servers/dockndevai/ossian-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dockndevai/ossian-mcp) 📇 🏠 🍎 🪟 🐧 - Ask your own documents and get answers with the exact passages they came from (RAG with citations, and it says "not found" rather than inventing an answer), plus durable agent memory ranked by relevance, importance and recency. Safe by default: starts in a read-only access mode, with write/ingest and irreversible forget behind explicit opt-ins. `npx -y ossian-mcp`
- [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.
- [Magnemo-AI/magnemo](https://github.com/Magnemo-AI/magnemo) 🐍 🏠 🍎 🪟 🐧 - Governed memory for AI agents. Local, plain files, zero network calls. Every entry with a receipt — who wrote it, when, through which gate. Your agent writes the draft; nothing is kept until you say yes. Trust computed from the record. Mounts beside any memory you already run. One paste.
- [Magnemo-AI/magnemo](https://github.com/Magnemo-AI/magnemo) [![Magnemo-AI/magnemo MCP server](https://glama.ai/mcp/servers/Magnemo-AI/magnemo/badges/score.svg)](https://glama.ai/mcp/servers/Magnemo-AI/magnemo) 🐍 🏠 🍎 🪟 🐧 - Governed memory for AI agents. Local, plain files, zero network calls. Every entry with a receipt — who wrote it, when, through which gate. Your agent writes the draft; nothing is kept until you say yes. Trust computed from the record. Mounts beside any memory you already run. One paste.
- [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.
- [dahshanlabs/klypix-mcp](https://github.com/dahshanlabs/klypix-mcp) [![dahshanlabs/klypix-mcp MCP server](https://glama.ai/mcp/servers/dahshanlabs/klypix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/dahshanlabs/klypix-mcp) 📇 🏠 🍎 🪟 🐧 - Shared, versioned project brain for coding agents: one `brain.klypix` file committed with the repo holds current decisions, corrections that supersede (archived, never deleted), evidence anchors that flag drift when cited code changes, and open questions. Sessions declare their task and files and are warned about exact-file overlap. Lifecycle hooks for Claude Code; MCP config + rules for Codex, Cursor, Gemini CLI, Cline and Copilot. `npx klypix-mcp install`
- [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`