Skip to content
Cursor

epiphany for Cursor

io.github.gatsv-tech/epiphany

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

client:Cursor transport:stdio runtime:npm

Install epiphany in Cursor

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

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

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

epiphany in other clients