Srclight for Grok
io.github.srclight/srclight
Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.
client:Grok
transport:stdio
runtime:pypi
Install Srclight in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"srclight": {
"type": "stdio",
"command": "uvx",
"args": [
"srclight"
]
}
}
}
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