Skip to content
VS Code

epiphany for VS Code

io.github.gatsv-tech/epiphany

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

client:VS Code transport:stdio runtime:npm

Install epiphany in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

epiphany in other clients