Skip to content
Cursor

elephia for Cursor

io.github.elephia/elephia

Git for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets.

client:Cursor transport:stdio runtime:pypi

Install elephia in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "elephia": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "elephia"
      ],
      "env": {
        "ELEPHIA_DIR": "<ELEPHIA_DIR>"
      }
    }
  }
}

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

elephia in other clients