memory-mcp-server

cmdparkour/memory-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 18d ago
Universal personal memory system for AI assistants - MCP server with local vector search. Works with Claude Desktop, Cursor, Windsurf, Cline, Roo Code, OpenCode.
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": {
    "memory-mcp-server": {
      "command": "uvx",
      "args": [
        "memory-mcp-server"
      ]
    }
  }
}

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