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.
Quick Start
Clone the repository:
git clone https://github.com/michael-denyer/memory-mcpClaude Desktop configuration example:
{
"mcpServers": {
"michael-denyer-memory-mcp": {
"command": "npx",
"args": [
"-y",
"michael-denyer/memory-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.