Code Context Engine for Grok
io.github.ai-elara/code-context-engine
Index your codebase. AI searches instead of re-reading files. 94% token savings.
client:Grok
transport:stdio
runtime:pypi
Install Code Context Engine in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"code-context-engine": {
"type": "stdio",
"command": "uvx",
"args": [
"code-context-engine"
]
}
}
}
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