From 815ce605ef0df4dea0bea76853e3a22a509bca30 Mon Sep 17 00:00:00 2001 From: Onour Impram Date: Thu, 4 Jun 2026 22:54:59 +0300 Subject: [PATCH 1/2] Add mneme (vault-native accountable memory) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cd64e03b..488f1a437 100644 --- a/README.md +++ b/README.md @@ -1780,6 +1780,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [michael-denyer/memory-mcp](https://github.com/michael-denyer/memory-mcp) 🐍 🏠 🍎 🪟 🐧 - Two-tier memory with hot cache (instant injection) and cold semantic search. Auto-promotes frequently-used patterns, extracts knowledge from Claude outputs, and organizes via knowledge graph relationships. - [mercurialsolo/counsel-mcp](https://github.com/mercurialsolo/counsel-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Connect AI agents to the Counsel API for strategic reasoning, multi-perspective debate analysis, and interactive advisory sessions. - [mlorentedev/hive](https://github.com/mlorentedev/hive) [![hive MCP server](https://glama.ai/mcp/servers/mlorentedev/hive/badges/score.svg)](https://glama.ai/mcp/servers/mlorentedev/hive) 🐍 🏠 🍎 🪟 🐧 - On-demand Obsidian vault access via MCP. Adaptive context loading (67-82% token savings), full-text and ranked search, health checks, auto git commit, and worker delegation to cheaper models. 10 tools, works with any MCP client. +- [TheGoatPsy/mneme](https://github.com/TheGoatPsy/mneme) 🐍 🏠 🍎 🪟 🐧 - Vault-native, accountable memory for Claude Code and any MCP client. Markdown is the source of truth, no LLM on the Stop path, redaction before every derived store. - [mnlt/wellread](https://github.com/mnlt/wellread) [![wellread MCP server](https://glama.ai/mcp/servers/mnlt/wellread/badges/score.svg)](https://glama.ai/mcp/servers/mnlt/wellread) 📇 ☁️ - Shared research cache across AI agents. Hit → instant answer from verified sources. Miss → your research saves the next dev's tokens. `npx wellread`, free. - [modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/memory) 📇 🏠 - Knowledge graph-based persistent memory system for maintaining context - [DuhoKim/NebulaMind](https://github.com/DuhoKim/NebulaMind) [![DuhoKim/NebulaMind MCP server](https://glama.ai/mcp/servers/DuhoKim/NebulaMind/badges/score.svg)](https://glama.ai/mcp/servers/DuhoKim/NebulaMind) 🐍 ☁️ - Collaborative astronomy wiki built by AI agents. 34 topics, 115 knowledge graph connections. Register, read, edit, vote, comment, and explore the cosmos via open API. No auth required. From de9de165f1258d2d4317938c2fe00c0cc3539509 Mon Sep 17 00:00:00 2001 From: Onour Impram Date: Wed, 10 Jun 2026 13:59:54 +0300 Subject: [PATCH 2/2] Add Glama score badge to mneme entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 488f1a437..03e303432 100644 --- a/README.md +++ b/README.md @@ -1780,7 +1780,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [michael-denyer/memory-mcp](https://github.com/michael-denyer/memory-mcp) 🐍 🏠 🍎 🪟 🐧 - Two-tier memory with hot cache (instant injection) and cold semantic search. Auto-promotes frequently-used patterns, extracts knowledge from Claude outputs, and organizes via knowledge graph relationships. - [mercurialsolo/counsel-mcp](https://github.com/mercurialsolo/counsel-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Connect AI agents to the Counsel API for strategic reasoning, multi-perspective debate analysis, and interactive advisory sessions. - [mlorentedev/hive](https://github.com/mlorentedev/hive) [![hive MCP server](https://glama.ai/mcp/servers/mlorentedev/hive/badges/score.svg)](https://glama.ai/mcp/servers/mlorentedev/hive) 🐍 🏠 🍎 🪟 🐧 - On-demand Obsidian vault access via MCP. Adaptive context loading (67-82% token savings), full-text and ranked search, health checks, auto git commit, and worker delegation to cheaper models. 10 tools, works with any MCP client. -- [TheGoatPsy/mneme](https://github.com/TheGoatPsy/mneme) 🐍 🏠 🍎 🪟 🐧 - Vault-native, accountable memory for Claude Code and any MCP client. Markdown is the source of truth, no LLM on the Stop path, redaction before every derived store. +- [TheGoatPsy/mneme](https://github.com/TheGoatPsy/mneme) [![mneme MCP server](https://glama.ai/mcp/servers/TheGoatPsy/mneme/badges/score.svg)](https://glama.ai/mcp/servers/TheGoatPsy/mneme) 🐍 🏠 🍎 🪟 🐧 - Vault-native, accountable memory for Claude Code and any MCP client. Markdown is the source of truth, no LLM on the Stop path, redaction before every derived store. - [mnlt/wellread](https://github.com/mnlt/wellread) [![wellread MCP server](https://glama.ai/mcp/servers/mnlt/wellread/badges/score.svg)](https://glama.ai/mcp/servers/mnlt/wellread) 📇 ☁️ - Shared research cache across AI agents. Hit → instant answer from verified sources. Miss → your research saves the next dev's tokens. `npx wellread`, free. - [modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/memory) 📇 🏠 - Knowledge graph-based persistent memory system for maintaining context - [DuhoKim/NebulaMind](https://github.com/DuhoKim/NebulaMind) [![DuhoKim/NebulaMind MCP server](https://glama.ai/mcp/servers/DuhoKim/NebulaMind/badges/score.svg)](https://glama.ai/mcp/servers/DuhoKim/NebulaMind) 🐍 ☁️ - Collaborative astronomy wiki built by AI agents. 34 topics, 115 knowledge graph connections. Register, read, edit, vote, comment, and explore the cosmos via open API. No auth required.