Hosted MCP server for managing Hostodo VPS instances, accounts, support, DNS, and executing guest-agent commands securely.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Hostodo MCP.
Hostodo MCP lets AI assistants and MCP-compatible clients manage Hostodo VPS infrastructure through Hostodo's hosted Streamable HTTP MCP endpoint.
https://api.hostodo.com/mcpHostodo MCP exposes real VPS, account, support, and DNS management tools for authenticated Hostodo customers:
Create a Hostodo MCP developer token in the Hostodo Console, then send it as a bearer token:
Tokens are scoped. Grant only the scopes your client needs:
vms:read — list VMs, view VM metadata, list OS templates, and read VM/account statevms:power — power actions, rename, reinstall, and other state-changing VM workflowsvms:exec — command execution, async commands, service operations, and artifact install workflowsCommand execution is disabled by default on each VM and must be explicitly enabled per VM before exec/artifact tools can run.
This repository contains a small runnable MCP wrapper so registries such as Glama can start and introspect Hostodo MCP even though the production implementation lives in Hostodo's hosted API.
Docker:
tools/list works without a token for registry evaluation. Real tool calls require HOSTODO_MCP_TOKEN and are proxied to https://api.hostodo.com/mcp.
Use the hosted Streamable HTTP endpoint directly:
Claude Code example:
Hostodo MCP verifies token scopes and VM ownership on every request. Destructive workflows such as reinstall, rename, exec enable/disable, and power actions require explicit user intent and/or exact confirmation phrases. Command execution is per-VM opt-in.
MCP actions are audited. Audit logs are encrypted and privacy-protected: operational detail stays in Hostodo audit logs, while product analytics receive only safe metadata.
This repository exists to publish Hostodo's hosted MCP server metadata for MCP registries such as Glama and the official MCP Registry. The server implementation lives in Hostodo's private OdoPanel backend.
Tool metadata is stored in src/tools.json. To refresh it from the live hosted MCP endpoint:
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hostodo-hostodo-mcp)<a href="https://allmcps.com/mcp/hostodo-hostodo-mcp"><img src="https://allmcps.com/api/badge/hostodo-hostodo-mcp?style=directory" alt="Hostodo MCP on AllMCPs" /></a>