gguf mcp for Grok
io.github.arose26/gguf-mcp
Inspect local GGUF/safetensors models: quantization, params, VRAM fit — headers only.
client:Grok
transport:stdio
runtime:npm
Install gguf mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gguf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gguf-mcp"
]
}
}
}
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