Odel
melchizedek

melchizedek

Local
@louis497TypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmelchizedekv1.0.2

Run

npx -y melchizedek

MCP client config

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