From 8f15640f1a5ce9d5921724efba35cc900c00d95c Mon Sep 17 00:00:00 2001 From: Thezenmonster <92670662+Thezenmonster@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:45:36 +0100 Subject: [PATCH 1/2] Add agentmem to Knowledge and Memory section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..e295eb24 100644 --- a/README.md +++ b/README.md @@ -1326,6 +1326,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [timmx7/acheron-mcp-server](https://github.com/timmx7/acheron-mcp-server) [![acheron-mcp-server MCP server](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server) 📇 🏠 - Cross-surface persistent memory for Claude. Bridges context between Claude Chat, Code, and Cowork via local SQLite with full-text search. Save decisions, preferences, and insights in one surface, retrieve them in any other. - [20alexl/mini_claude](https://github.com/20alexl/mini_claude) 🐍 🏠 - Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama. - [agentic-mcp-tools/memora](https://github.com/agentic-mcp-tools/memora) 🐍 🏠 ☁️ - Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management. +- [Thezenmonster/agentmem](https://github.com/Thezenmonster/agentmem) 🐍 🏠 🍎 🪟 🐧 - Governed memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. `pip install quilmem[mcp]` - [aitytech/agentkits-memory](https://github.com/aitytech/agentkits-memory) [![agentkits-memory MCP server](https://glama.ai/mcp/servers/@aitytech/agentkits-memory/badges/score.svg)](https://glama.ai/mcp/servers/@aitytech/agentkits-memory) 📇 🏠 🍎 🪟 🐧 - Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process — works with Claude Code, Cursor, Windsurf, and any MCP client. - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) 📇 ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) 📇 ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial. From 03cf285b4e74699f4b9606dadd22a77cfc76f663 Mon Sep 17 00:00:00 2001 From: Thezenmonster <92670662+Thezenmonster@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:30:32 +0100 Subject: [PATCH 2/2] Add Glama score badge to agentmem entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e295eb24..787ac9ec 100644 --- a/README.md +++ b/README.md @@ -1326,7 +1326,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [timmx7/acheron-mcp-server](https://github.com/timmx7/acheron-mcp-server) [![acheron-mcp-server MCP server](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timmx7/acheron-mcp-server) 📇 🏠 - Cross-surface persistent memory for Claude. Bridges context between Claude Chat, Code, and Cowork via local SQLite with full-text search. Save decisions, preferences, and insights in one surface, retrieve them in any other. - [20alexl/mini_claude](https://github.com/20alexl/mini_claude) 🐍 🏠 - Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama. - [agentic-mcp-tools/memora](https://github.com/agentic-mcp-tools/memora) 🐍 🏠 ☁️ - Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management. -- [Thezenmonster/agentmem](https://github.com/Thezenmonster/agentmem) 🐍 🏠 🍎 🪟 🐧 - Governed memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. `pip install quilmem[mcp]` +- [Thezenmonster/agentmem](https://github.com/Thezenmonster/agentmem) [![Thezenmonster/agentmem MCP server](https://glama.ai/mcp/servers/Thezenmonster/agentmem/badges/score.svg)](https://glama.ai/mcp/servers/Thezenmonster/agentmem) 🐍 🏠 🍎 🪟 🐧 - Governed memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. `pip install quilmem[mcp]` - [aitytech/agentkits-memory](https://github.com/aitytech/agentkits-memory) [![agentkits-memory MCP server](https://glama.ai/mcp/servers/@aitytech/agentkits-memory/badges/score.svg)](https://glama.ai/mcp/servers/@aitytech/agentkits-memory) 📇 🏠 🍎 🪟 🐧 - Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process — works with Claude Code, Cursor, Windsurf, and any MCP client. - [AgenticRevolution/memory-nexus-cloud](https://github.com/AgenticRevolution/memory-nexus-cloud) 📇 ☁️ - Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial. - [AgentModule/mcp](https://github.com/AgentModule/mcp) [![AgentModule/mcp MCP server](https://glama.ai/mcp/servers/AgentModule/mcp/badges/score.svg)](https://glama.ai/mcp/servers/AgentModule/mcp) 📇 ☁️ - Agent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption via MCP. Ethics module (22 modules, EU AI Act mapped) included with every membership. Free 24hr ethics trial.