MCP.so
Sign In
Servers

MegaCloud MCP Server

@megaease

Model Context Protocol (MCP) Server for MegaCloud.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "megacloud-mcp": {
      "type": "stdio",
      "command": "mcp",
      "args": [
        "run",
        "<your-repo-dir>/megacloud-mcp/megacloud_mcp/__main__.py"
      ],
      "env": {
        "MEGACLOUD_AUTHTOKEN": "<your-auth-token>"
      }
    }
  }
}

More from Other