mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-05-05 10:32:15 +00:00
Merge pull request #4959 from Thezenmonster/add-agentmem-server
Add agentmem to Knowledge & Memory section 🤖🤖🤖
This commit is contained in:
@@ -1485,6 +1485,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
|
||||
- [timmx7/acheron-mcp-server](https://github.com/timmx7/acheron-mcp-server) [](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) [](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) [](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.
|
||||
- [AliceLJY/recallnest](https://github.com/AliceLJY/recallnest) [](https://glama.ai/mcp/servers/AliceLJY/recallnest) 📇 🏠 🍎 🪟 🐧 - Persistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph with PPR traversal, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB + SQLite, zero external dependencies.
|
||||
- [ailenshen/apple-notes-mcp](https://github.com/ailenshen/apple-notes-mcp) [](https://glama.ai/mcp/servers/ailenshen/apple-notes-mcp) 📇 🏠 🍎 - Read and write Apple Notes with bidirectional Markdown conversion. Fast SQLite queries for listing/searching, AppleScript + native import for full CRUD. Supports stdio and Streamable HTTP transports.
|
||||
|
||||
Reference in New Issue
Block a user