Skip to content
Cursor

claude memory manager for Cursor

io.github.nyxtoolsdev/claude-memory-manager

Cross-session memory for Claude Code — context capture, semantic search, recall

client:Cursor transport:stdio runtime:pypi

Install claude memory manager in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "claude-memory-manager": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claude-memory-manager"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

claude memory manager in other clients