Skip to main content
Knowledge & MemoryPython

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.

knowledge-memorylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/michael-denyer/memory-mcp

Claude 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.

Details

Category
Knowledge & Memory
Language
Python
Author
michael-denyer