Hudu MCP Server
MCP (Model Context Protocol) server for Hudu IT documentation platform. Provides 39 tools and 6 resources for managing companies, assets, articles, passwords, websites, and more through any MCP-compatible client.
People who work with hudu, asset and company and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-14 · ★ 3 · #175 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install Hudu
before you install - you'll need
Set HUDU_BASE_URL, HUDU_API_KEY, NODE_AUTH_TOKEN, MCP_TRANSPORT, MCP_HTTP_PORT before connecting.
Docker
docker run -i --rm ghcr.io/wyre-technology/hudu-mcp:v1.3.7 Claude Desktop - add to config
{
"mcpServers": {
"wyre-technology-hudu-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.7"
]
}
}
} Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as container (OCI image) - can be sandboxed away from your filesystem
license Apache-2.0 - declared in the repository
registry namespace io.github.wyre-technology is GitHub-verified and matches the repo owner
03 · What Hudu can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list companies with optional filters, get a company by ID, create a new company, and update an existing company.
The 39 tools it gives your agent
Extracted from the project's README - what Hudu lets an agent do.
- hudu_list_companies
- - List companies with optional filters
- hudu_get_company
- - Get a company by ID
- hudu_create_company
- - Create a new company
- hudu_update_company
- - Update an existing company
- hudu_delete_company
- - Delete a company
- hudu_archive_company
- - Archive a company
- hudu_unarchive_company
- - Unarchive a company
- hudu_test_connection
- - Test the connection to Hudu API
- hudu_list_assets
- - List assets with optional filters
- hudu_get_asset
- - Get an asset by ID
- hudu_create_asset
- - Create a new asset
- hudu_update_asset
- - Update an existing asset
show all 39 tools
- hudu_delete_asset
- - Delete an asset
- hudu_archive_asset
- - Archive an asset
- hudu_list_asset_layouts
- - List asset layouts
- hudu_get_asset_layout
- - Get an asset layout by ID
- hudu_create_asset_layout
- - Create a new asset layout
- hudu_update_asset_layout
- - Update an existing asset layout
- hudu_list_asset_passwords
- - List asset passwords
- hudu_get_asset_password
- - Get an asset password by ID
- hudu_create_asset_password
- - Create a new asset password
- hudu_update_asset_password
- - Update an existing asset password
- hudu_delete_asset_password
- - Delete an asset password
- hudu_list_articles
- - List knowledge base articles
- hudu_get_article
- - Get an article by ID
- hudu_create_article
- - Create a new article
- hudu_update_article
- - Update an existing article
- hudu_delete_article
- - Delete an article
- hudu_archive_article
- - Archive an article
- hudu_list_websites
- - List monitored websites
- hudu_get_website
- - Get a website by ID
- hudu_create_website
- - Create a new website
- hudu_update_website
- - Update an existing website
- hudu_delete_website
- - Delete a website
- hudu_list_folders
- - List folders
- hudu_list_procedures
- - List procedures
- hudu_list_activity_logs
- - List activity logs
- hudu_list_relations
- - List relations
- hudu_list_magic_dash
- - List Magic Dash items
Latest releases
v1.4.1 · 2026-09-04
1.4.1 (2026-09-04) · surface the real Hudu API error from hudu_test_connection
v1.4.0 · 2026-09-04
1.4.0 (2026-09-04) · add OAuth dual-auth mode for newer Hudu native MCP instances
v1.3.9 · 2026-08-28
1.3.9 (2026-08-28) · drop Node 18.x from test matrix
04 · Who maintains Hudu
Hudu is maintained by wyre-technology. We track 58 MCP servers from wyre-technology - 58 actively maintained, 166 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from wyre-technology.
- Autotask MCP server for Kaseya Autotask PSA - companies, tickets, projects, time entries, and more. ★ 52
- NinjaOne MCP server for NinjaOne RMM - devices, organizations, alerts, and tickets. ★ 26
- ConnectWise Manage MCP server for ConnectWise Manage PSA - companies, tickets, projects, time entries, and more. ★ 23
- IT Glue MCP server for IT Glue - organizations, configurations, passwords, flexible assets, and documents. ★ 17
- CIPP MCP server for CIPP - M365 multi-tenant management for MSPs (users, tenants, policies). ★ 12
- Datto RMM MCP server for Datto RMM - devices, alerts, sites, jobs, and audit data. ★ 4
05 · Facts
- repository
- github.com/wyre-technology/hudu-mcp
- category
- documentation - ranked #175 of 208 actively-maintained documentation servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-04)
- registry
- io.github.wyre-technology/hudu-mcp (active, first published 2026-04-29 · 11 versions)
- packages
- oci:ghcr.io/wyre-technology/hudu-mcp:v1.3.7
06 · Hudu FAQ
Is Hudu still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Hudu do?
With this server connected, an agent can list companies with optional filters, get a company by ID, create a new company, and update an existing company.
How do I install Hudu?
Run `docker run -i --rm ghcr.io/wyre-technology/hudu-mcp:v1.3.7`. The README documents 5 environment variables (HUDU_BASE_URL, HUDU_API_KEY, NODE_AUTH_TOKEN…) to set first. Set HUDU_BASE_URL, HUDU_API_KEY, NODE_AUTH_TOKEN, MCP_TRANSPORT, MCP_HTTP_PORT before connecting. You can also paste the ready-made client config above.
07 · Alternatives to Hudu
Alternatives to Hudu
Maintained documentation servers if Hudu isn't the fit.
- Context7 Up-to-date code docs for any prompt ★ 62,152 · 2026-09-18
- Agent Skills Search Server Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. ★ 25,432 · 2026-08-09
- Repowise Codebase intelligence for AI coding agents - graph, git history, docs, decisions, code health. ★ 6,686 · 2026-09-17
- GitLab MCP GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more. ★ 1,984 · 2026-09-16
- Microsoft Learn MCP Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. ★ 1,892 · 2026-09-10
- Pg Aiguide Comprehensive PostgreSQL documentation and best practices, including ecosystem tools ★ 1,843 · 2026-09-16
Pairs well with
Servers that cover what Hudu doesn't - only shown when the pairing reason fits the companion.
More documentation MCP servers · IT Glue (wyre-technology) · Yuque MCP · ITASCA MCP Server · YADE MCP Server · Tela
More TypeScript MCP servers · Ninja One · Proofpoint · QuickBooks Online (wyre-technology) · Super Ops · see all