claude-memory-mcp

ViktorBarzin/claude-memory-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1mo ago
Standalone MCP memory server with multi-user support and Vault integration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-memory-mcp": {
      "command": "uvx",
      "args": [
        "claude-memory-mcp"
      ]
    }
  }
}

Or install with pip: pip install claude-memory-mcp