Add echocache to Knowledge & Memory

Claude-Session: https://claude.ai/code/session_01Jy5LePBn3L9Hv5wx6Hen9S
This commit is contained in:
Kristian Skurtveit
2026-09-04 10:56:27 +02:00
parent 9f3ae55c50
commit 21fad6bde4
+1
View File
@@ -2305,6 +2305,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
- [juyterman1000/entroly](https://github.com/juyterman1000/entroly) [![juyterman1000/entroly MCP server](https://glama.ai/mcp/servers/juyterman1000/entroly/badges/score.svg)](https://glama.ai/mcp/servers/juyterman1000/entroly) 🐍 🦀 🏠 🍎 🪟 🐧 - Auditable context control plane and MCP server for AI coding agents. Compresses context 7095% (BM25 + entropy + dep-graph knapsack), stabilizes prompt prefixes for provider cache discounts, routes easy tasks to cheaper models (RAVS Bayesian router), and verifies answers locally with WITNESS hallucination guard (0.844 AUROC, $0, ~3 ms). MemoryOS adds local budget-aware working/episodic/semantic memory with decay, safety scanning, and durable persistence. 38 agent integrations (Cursor, Claude Code, Codex, Aider, and more). Ships as MCP server (`entroly serve`), HTTP proxy, or Python/Rust library. Apache-2.0, local-first. `pip install entroly`
- [Goldentrii/AgentRecall](https://github.com/Goldentrii/AgentRecall) [![Goldentrii/AgentRecall-MCP MCP server](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Goldentrii/AgentRecall-MCP) 📇 ☁️ 🏠 🍎 🪟 🐧 - Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp`
- [AlekseiMarchenko/central-intelligence](https://github.com/AlekseiMarchenko/central-intelligence) [![central-intelligence MCP server](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence/badges/score.svg)](https://glama.ai/mcp/servers/AlekseiMarchenko/central-intelligence) 📇 ☁️ - Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client.
- [kskurtveit/echocache](https://github.com/kskurtveit/echocache) 📇 🏠 🍎 🪟 🐧 - Cache expensive LLM results — HTTP-style freshness (TTL / stale-while-revalidate) plus semantic recall of related past answers
- [epicsagas/alcove](https://github.com/epicsagas/alcove)[![alcove MCP server](https://glama.ai/mcp/servers/epicsagas/alcove/badges/score.svg)](https://glama.ai/mcp/servers/epicsagas/alcove) 🦀 🏠 🍎 🪟 🐧 - MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos.
- [eidetic-works/nucleus-mcp](https://github.com/eidetic-works/nucleus-mcp) [![nucleus-mcp MCP server](https://glama.ai/mcp/servers/eidetic-works/nucleus-mcp/badges/score.svg)](https://glama.ai/mcp/servers/eidetic-works/nucleus-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Sovereign Agent OS — persistent memory, governance, and audit trails for AI agents. One brain for Cursor, Claude Code, Windsurf, and Gemini. Local-first `.brain/` directory with engrams, hypervisor file protection, and optional remote sync. `pip install nucleus-mcp` or Streamable HTTP at `relay.nucleusos.dev`.
- [alibaizhanov/mengram](https://github.com/alibaizhanov/mengram) [![mengram MCP server](https://glama.ai/mcp/servers/@alibaizhanov/mengram/badges/score.svg)](https://glama.ai/mcp/servers/@alibaizhanov/mengram) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Human-like memory layer for AI agents with semantic, episodic, and procedural memory. Claude Code hooks (auto-save, auto-recall, cognitive profile). 29 MCP tools, knowledge graph, smart triggers, multi-user isolation. Python & JS SDKs.