Distil for Grok
io.github.dshakes/distil
Reversibly compress tool outputs to recoverable handles; expand to exact original bytes on demand.
client:Grok
transport:stdio
runtime:pypi
Install Distil in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"distil": {
"type": "stdio",
"command": "uvx",
"args": [
"distil-llm"
]
}
}
}
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