sift for Grok
io.github.slymnysr/sift
Runs a command, keeps every byte on disk, returns only the lines that matter
client:Grok
transport:stdio
runtime:pypi
Install sift in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sift": {
"type": "stdio",
"command": "uvx",
"args": [
"sift-cli"
],
"env": {
"NVIDIA_API_KEY": "<NVIDIA_API_KEY>"
}
}
}
}
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