karst for Grok
io.github.moin105/karst
Code context for AI dev tools: pack-scoped, cited code retrieval over MCP.
client:Grok
transport:stdio
runtime:pypi
Install karst in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"karst": {
"type": "stdio",
"command": "uvx",
"args": [
"karst"
]
}
}
}
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