Hudu for Grok
io.github.wyre-technology/hudu-mcp
MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures.
client:Grok
transport:stdio
runtime:oci
Install Hudu in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hudu-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.7"
],
"env": {
"HUDU_API_KEY": "<HUDU_API_KEY>",
"HUDU_BASE_URL": "<HUDU_BASE_URL>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
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