Claude Memory MCP ServerServer

WhenMoon-afk
GitHub
memoryAI integrationpersistent storage

Loading subscription status...

💡 Description

An MCP server that provides persistent memory capabilities for large language models, specifically designed to integrate with the Claude desktop application. It implements optimal memory techniques, enabling Claude to maintain memory throughout conversations and sessions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "memory": {
        "env": {
          "MEMORY_FILE_PATH": "/path/to/your/memory.json"
        },
        "args": [
          "-m",
          "memory_mcp"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

DockerPython

Features

  • Hierarchical memory architecture
  • Automatic memory management
  • Semantic search capabilities
  • Integration with Claude desktop application

💬 Example Queries

  • What do you remember about me?
  • What do you know about my preferences?