Skip to content
Cursor

memory mcp for Cursor

io.github.yuvalsuede/memory-mcp

Persistent memory + git snapshots for Claude Code. Never lose context or code.

client:Cursor transport:stdio runtime:npm

Install memory mcp in Cursor

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

{
  "mcpServers": {
    "memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-code-memory"
      ]
    }
  }
}

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

memory mcp in other clients