Catalog
io.github.elephia/elephia
OfficialGit for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets.
Provides local-first, deterministic memory system for AI agents via Git-like version control.
README not available yet.
Install
Configuration
Environment variables
ELEPHIA_DIRPath to the context store directory (default: nearest .elephia/, else ~/.elephia/store; a legacy CONTEXTGIT_DIR or .contextgit/ store is still honored)
claude_desktop_config.json
{
"mcpServers": {
"elephia": {
"command": "uvx",
"args": [
"elephia",
"serve"
],
"env": {
"ELEPHIA_DIR": "<YOUR_ELEPHIA_DIR>"
}
}
}
}