unblu for Grok
io.github.detailobsessed/unblu
Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints
client:Grok
transport:stdio
runtime:pypi
Install unblu in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"unblu": {
"type": "stdio",
"command": "uvx",
"args": [
"unblu-mcp"
],
"env": {
"UNBLU_BASE_URL": "<UNBLU_BASE_URL>",
"UNBLU_API_KEY": "<UNBLU_API_KEY>",
"UNBLU_USERNAME": "<UNBLU_USERNAME>",
"UNBLU_PASSWORD": "<UNBLU_PASSWORD>"
}
}
}
}
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