Hudu
Quality Score
95
/100
MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures.
§01 Install
Claude Desktop (Docker)
{
"mcpServers": {
"hudu-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/hudu-mcp:v1.2.0"
],
"env": {
"HUDU_API_KEY": "<your-hudu_api_key>",
"HUDU_BASE_URL": "<hudu_base_url>",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}§02 Environment variables
HUDU_API_KEYrequiredsecret
Hudu API key from your Hudu instance admin settings
HUDU_BASE_URLrequired
Hudu instance base URL (e.g. https://yourcompany.huducloud.com)
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai