Odel
Memorix

Memorix

Local
@avids2733TypeScriptApache-2.0Updated Today

Local-first project memory with legacy MCP and 2026 discovery compatibility.

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).

npmmemorixv1.8.9

Run

npx -y memorix

MCP client config

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