← Index

Hudu

io.github.wyre-technology/hudu-mcp·v1.2.0·Documents & Spreadsheets
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_KEY
requiredsecret

Hudu API key from your Hudu instance admin settings

HUDU_BASE_URL
required

Hudu instance base URL (e.g. https://yourcompany.huducloud.com)

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log 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