michael-denyer/memory-mcp
by Various
Engram-inspired memory MCP server with hot cache and pattern mining
MCP
michael-denyer/memory-mcp
Added 1 June 2026
Overview
A Python-based MCP server that provides memory capabilities inspired by the Engram system. It uses a hot cache for fast retrieval and pattern mining to extract recurring themes from stored data. Designed to give AI agents persistent context across sessions.
Best for
Best for
Developers prototyping memory-enhanced AI agents in Python
Use cases
- Adding long-term memory to chatbot agents
- Caching conversation history for low-latency recall
- Mining interaction patterns to personalize responses
How to use
Install
uv tool install hot-memory-mcp Tools exposed
memory-mcp-cli
Tested with
Claude Code
Example client config
{\n "mcpServers": {\n "memory": {\n "command": "memory-mcp"\n }\n }\n} Notes
A Python-based MCP server that provides memory capabilities inspired by the Engram system. It uses a hot cache for fast retrieval and pattern mining to extract recurring themes from stored data. Designed to give AI agents persistent context across sessions.
6 stars on GitHub. Last updated 2026-01-25. Licensed MIT.
Use cases
- Adding long-term memory to chatbot agents
- Caching conversation history for low-latency recall
- Mining interaction patterns to personalize responses
Pros
- Lightweight Python implementation easy to integrate
- Hot cache reduces latency for frequently accessed memories
- Pattern mining adds contextual awareness beyond simple storage
Cons
- Very early stage with only 6 GitHub stars and limited community
- Documentation and examples are sparse
- Pattern mining may introduce overhead for simple use cases
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Python implementation easy to integrate
- Hot cache reduces latency for frequently accessed memories
- Pattern mining adds contextual awareness beyond simple storage
Cons
- Very early stage with only 6 GitHub stars and limited community
- Documentation and examples are sparse
- Pattern mining may introduce overhead for simple use cases
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
oraios/serena
Various
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
vectorize-io/hindsight
Various
Hindsight: Agent Memory That Learns
topoteretes/cognee
Various
Memory platform for AI Agents in 6 lines of code
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.