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
{
"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