Back to directory
marinx/upcloud-mcp-server

marinx/upcloud-mcp-server

@MarinX

Upcloud MCP Server提供与Upcloud APIs的无缝集成,实现高级自动化和交互能力。

upcloudmcpcloudautomationapideveloper-tools

Installation & Configuration

{
  "mcpServers": {
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "UPCLOUD_USERNAME",
        "-e",
        "UPCLOUD_PASSWORD",
        "ghcr.io/marinx/upcloud-mcp-server"
      ],
      "env": {
        "UPCLOUD_USERNAME": "<YOUR_USERNAME>",
        "UPCLOUD_PASSWORD": "<YOUR_PASSWORD>"
      }
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2026/6/14
Updated
2026/6/15