What is the Hudu MCP server?
MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures.
How to install Hudu
Copy-paste configuration for popular MCP clients.
HUDU_API_KEYrequiredsecretHudu API key from your Hudu instance admin settings
HUDU_BASE_URLrequiredHudu 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
{
"mcpServers": {
"hudu-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.1"
],
"env": {
"HUDU_API_KEY": "<YOUR_HUDU_API_KEY>",
"HUDU_BASE_URL": "<YOUR_HUDU_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"hudu-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.1"
],
"env": {
"HUDU_API_KEY": "<YOUR_HUDU_API_KEY>",
"HUDU_BASE_URL": "<YOUR_HUDU_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"hudu-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.1"
],
"env": {
"HUDU_API_KEY": "<YOUR_HUDU_API_KEY>",
"HUDU_BASE_URL": "<YOUR_HUDU_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"hudu-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.1"
],
"env": {
"HUDU_API_KEY": "<YOUR_HUDU_API_KEY>",
"HUDU_BASE_URL": "<YOUR_HUDU_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add hudu-mcp --env HUDU_API_KEY=<YOUR_HUDU_API_KEY> --env HUDU_BASE_URL=<YOUR_HUDU_BASE_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/hudu-mcp:v1.3.1Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →