elephia for Grok
io.github.elephia/elephia
Git for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets.
client:Grok
transport:stdio
runtime:pypi
Install elephia in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"elephia": {
"type": "stdio",
"command": "uvx",
"args": [
"elephia"
],
"env": {
"ELEPHIA_DIR": "<ELEPHIA_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs