Hudu Connector for AI agents.
12 live capabilities
Manage IT documentation and MSP assets with your AI agent.
Waiting for input…
Why people use Hudu
Hudu for IT Documentation Automation
With this Connector, you just ask your agent. It pulls the network info, the password, and the procedure in one go. You get the answer you need in seconds without clicking a single extra button.
What Vinkius changes
Your AI agent becomes an expert on your specific IT documentation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Onboarding a new client
An admin asks the agent to list all companies and then get details for a new one to prep the workspace and documentation.
- Real-world use case 02
Emergency support
A tech asks for the backup procedure and the network list for a client experiencing a total outage to start troubleshooting immediately.
- Real-world use case 03
Security audit
A manager asks the agent to list all passwords and activity logs to ensure everything is compliant and up to date.
Complete set · 12capabilities
The complete Hudu capability set.
These are the exact actions your AI can choose when you ask it to work with Hudu.
01—04
4 capabilities in this set.
Part of 12 available through Hudu.
- 01 Capability
Create company
Requires a name. Create a new company
- 02 Capability
Create asset
Requires asset name and company ID. Create a new asset
- 03 Capability
Get article
Get details for a specific article
- 04 Capability
Get asset
Get details for a specific asset
05—08
4 capabilities in this set.
Part of 12 available through Hudu.
- 05 Capability
Get company
Gets specific details for a company. Use this to pull account info quickly during a client onboarding call.
- 06 Capability
Get password
Get details for a specific password
- 07 Capability
Get procedure
Get details for a specific procedure
- 08 Capability
List articles
Pulls a list of knowledge base articles. Use this to find training materials or internal guides for your team.
09—12
4 capabilities in this set.
Part of 12 available through Hudu.
- 09 Capability
List assets
Lists all documented hardware and software assets. This is perfect for getting a full inventory of a client's equipment.
- 10 Capability
List companies
Shows all companies currently in your Hudu account. Use this to get a high-level view of your entire client base.
- 11 Capability
List passwords
Lists the stored passwords in your Hudu vault. This lets your agent help you find the right credentials without manual searching.
- 12 Capability
List procedures
Lists the documented procedures for your team. Use this to find the how-to for common IT tasks.
Set up in minutes
One URL. Then ask Hudu to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Hudu from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1rOcDaJlO4NJsafwL8Hdh8RMTDUxUbHfBtr0tJKe/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Hudu, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Hudu for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1rOcDaJlO4NJsafwL8Hdh8RMTDUxUbHfBtr0tJKe/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Hudu URL.
- Step 03
Save and start
Save the connection and enable Hudu in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hudu": {
"url": "https://edge.vinkius.com/vk_preview_1rOcDaJlO4NJsafwL8Hdh8RMTDUxUbHfBtr0tJKe/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Hudu
Open Agent mode in chat and ask: "Using Hudu, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hudu": {
"url": "https://edge.vinkius.com/vk_preview_1rOcDaJlO4NJsafwL8Hdh8RMTDUxUbHfBtr0tJKe/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Hudu
Ask Copilot: "Using Hudu, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hudu": {
"url": "https://edge.vinkius.com/vk_preview_1rOcDaJlO4NJsafwL8Hdh8RMTDUxUbHfBtr0tJKe/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Hudu
Open Cascade and ask: "Using Hudu, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hudu": {
"url": "https://edge.vinkius.com/vk_preview_1rOcDaJlO4NJsafwL8Hdh8RMTDUxUbHfBtr0tJKe/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Hudu
Ask Cline: "Using Hudu, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hudu --transport http "https://edge.vinkius.com/vk_preview_1rOcDaJlO4NJsafwL8Hdh8RMTDUxUbHfBtr0tJKe/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Hudu
Ask Claude: "Using Hudu, show me...". 12 tools are ready
Where the request belongs
Work Hudu can move forward.
MSP owners and IT admins who are tired of hunting through nested folders for client info. It's for the person who needs to know exactly what a client has on their network in seconds.
Service Desk Technician
Look up asset details and network maps during high-pressure support calls.
IT Operations Manager
Audit documentation, procedures, and website statuses across the entire client base.
Security Administrator
Retrieve stored passwords and review activity logs to ensure compliance.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHudu
Document your IT infrastructure with password vaults, knowledge bases, and asset tracking built for managed service providers.
CyberArk Privilege Cloud
Manage privileged access via CyberArk. audit secure safes, checkout vaulted account passwords, monitor users, and terminate sessions directly from any AI agent.
Vanta
Manage your automated compliance and security posture. Audit users, devices, vendors, and vulnerabilities directly from your AI agent.
Kaseya
Manage IT infrastructure, devices, and automation via Kaseya VSA 10.
FutureVault
Manage digital vaults, track documents, and oversee folder structures via AI agents with FutureVault.
Digify
Equip your AI agent to manage secure files, track data rooms, and monitor document analytics via the Digify API.
Bring your own AI
Change the model, client or framework. Keep Hudu connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Hudu.
The practical details behind the request, access and result.
Can the Hudu MCP see my client passwords?
Yes, it can retrieve stored passwords from your Hudu vault. This allows your AI agent to help you find the correct credentials for specific services without you having to search for them manually.
Does Hudu MCP work with Claude and Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf. You can connect it through Vinkius to give your agent access to your IT documentation.
Can I use Hudu MCP to find network details?
Yes, it can pull up documented network configurations for your managed clients. This is great for quickly identifying IP schemes or hardware layouts during a support call.
How does Hudu MCP help MSPs?
It automates the way your team accesses information. Instead of clicking through multiple tabs, your agents can pull up assets, procedures, and client info instantly, speeding up your response times.
Is my data safe with Hudu MCP?
The Connector uses your Hudu API key to interact with your data. This ensures that the connection remains secure and follows your existing permission settings within the Hudu platform.
Can Hudu MCP list all my clients?
Yes, it can list all companies currently documented in your Hudu account. This provides a high-level view of your entire client base through your AI agent.
How do I get Hudu API credentials?
You can generate an API key in your Hudu dashboard under Account Settings > API. You also need your Hudu instance domain.
Can I see passwords with this Connector?
Yes, the list_passwords capability provides access to documented passwords in your Hudu instance.
Does it support self-hosted Hudu?
Yes, as long as your Hudu instance is accessible via the internet and the domain provided is correct.
Can I see passwords with this MCP?
Yes, the list_passwords capability provides access to documented passwords in your Hudu instance.
Can I retrieve stored passwords for a specific client?
Yes. Use list_passwords with an optional company_id to filter passwords by client. Then use get_password with a specific password ID to retrieve the full entry including the secret. Use list_companies to find the company ID first.
Does Hudu require a custom instance URL?
Yes. Hudu is self-hosted or uses dedicated instances, so you need to provide your Instance URL (e.g., https://your-company.huducloud.com) along with the API Key. The API Key is sent via the x-api-key header (not Bearer), and all API calls are routed to {instanceUrl}/api/v1.
Can I track all assets for a specific company?
Yes. Use list_assets with the company_id parameter to retrieve all assets (servers, workstations, network devices) for a specific client. Use get_asset for detailed specifications and tags. Use create_asset to add new assets with a name, company ID, and optional asset tag.
One connection away
Give your agent a direct line to Hudu.
Connect Hudu once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available