Loading MCP server directory, please wait...
MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures.
npx @getmcp/cli add io.github.wyre-technology/hudu-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
HUDU_API_KEYHudu API key from your Hudu instance admin settings
HUDU_BASE_URLHudu instance base URL (e.g. https://yourcompany.huducloud.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/hudu-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HUDU_API_KEY",
"-e",
"HUDU_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/hudu-mcp:v1.2.2"
],
"env": {
"HUDU_API_KEY": "",
"HUDU_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}