Odel
epiphany

epiphany

Local
@gatsv-tech1TypeScriptUpdated 1mo ago

One private, local memory your AI tools share. Cross-model, on-device, never lose a session.

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

npmepiphany-mcpv0.5.0

Run

npx -y epiphany-mcp

MCP client config

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