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 need documentation tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 · ★ 3 · #152 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25
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.3.7 · 2026-08-20
1.3.7 (2026-08-20) · migrate npm auth to BuildKit secret mount
v1.3.6 · 2026-08-13
1.3.6 (2026-08-13) · bump add-to-project reusable-workflow pin to post-#44 SHA
v1.3.5 · 2026-08-13
1.3.5 (2026-08-13) · enforce gateway S2S verification (gateway#377 parity) (#38) (6d0107f), closes 80/blackpoint-mcp#54
04 · Who maintains Hudu
Hudu is maintained by wyre-technology. We track 57 MCP servers from wyre-technology - 57 actively maintained, 150 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. ★ 48
- NinjaOne MCP server for NinjaOne RMM - devices, organizations, alerts, and tickets. ★ 23
- ConnectWise Manage MCP server for ConnectWise Manage PSA - companies, tickets, projects, time entries, and more. ★ 20
- 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). ★ 10
- Datto RMM MCP server for Datto RMM - devices, alerts, sites, jobs, and audit data. ★ 3
05 · Facts
- repository
- github.com/wyre-technology/hudu-mcp
- category
- documentation - ranked #152 of 183 actively-maintained documentation servers as of 2026-08-25.
- release cadence
- 9 releases in the last 90 days (latest 2026-08-20)
- 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-08-25, its last commit was 2026-08-24 and it shipped 9 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 ★ 61,171 · 2026-08-24
- Agent Skills Search Server Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. ★ 24,633 · 2026-08-09
- Repowise Codebase intelligence for AI coding agents - graph, git history, docs, decisions, code health. ★ 6,189 · 2026-08-24
- GitLab MCP GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more. ★ 1,918 · 2026-08-24
- Microsoft Learn MCP Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. ★ 1,853 · 2026-08-12
- Pg Aiguide Comprehensive PostgreSQL documentation and best practices, including ecosystem tools ★ 1,821 · 2026-06-26
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