Gemdex for Grok
io.github.nikships/gemdex
Persistent memory layer for AI coding agents: save, recall, update via Gemini plus LanceDB
client:Grok
transport:stdio
runtime:npm
Install Gemdex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gemdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gemdex-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"GEMDEX_MODE": "<GEMDEX_MODE>",
"LANCEDB_PATH": "<LANCEDB_PATH>",
"EMBEDDING_MODEL": "<EMBEDDING_MODEL>",
"GEMDEX_REMOTE_URL": "<GEMDEX_REMOTE_URL>",
"GEMDEX_REMOTE_TOKEN": "<GEMDEX_REMOTE_TOKEN>",
"GEMDEX_REMOTE_NAME": "<GEMDEX_REMOTE_NAME>",
"GEMDEX_TRUST_RANKING": "<GEMDEX_TRUST_RANKING>"
}
}
}
}
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