Skip to content
Cursor

melchizedek for Cursor

io.github.louis49/melchizedek

Persistent memory for Claude Code — offline, single-file, hybrid search.

client:Cursor transport:stdio runtime:npm

Install melchizedek in Cursor

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

{
  "mcpServers": {
    "melchizedek": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "melchizedek"
      ]
    }
  }
}

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

melchizedek in other clients