docdex for Grok
io.github.bekirdag/docdex
Fast per-repo documentation indexer and full-text search MCP server for codebases.
client:Grok
transport:stdio
runtime:npm
Install docdex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"docdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docdex"
]
}
}
}
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