mcp-memory

bjmashele/mcp-memory
★ 0 stars Python Code/Dev Tools Updated today
An MCP client that connects to multiple MCP servers. The servers connects to tools that are associated with memory apps/games.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-memory

README Excerpt

MCP-Memory A multi-server MCP client application.