AgentHubAgentHub

IONOS CLOUD MCP Server

MCP ServerMCP Registry官方收录

io.github.ionos-cloud/ionoscloud-mcp · v1.0.0

Inspect IONOS CLOUD infrastructure via MCP

概览

IONOS CLOUD MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ionoscloud-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.0"
      ],
      "env": {
        "IONOS_TOKEN": "<IONOS_TOKEN>"
      }
    }
  }
}

环境变量

IONOS_TOKEN必填secret

IONOS CLOUD API token (required for all products except Object Storage)

IONOS_S3_ACCESS_KEY可选secret

S3 access key for IONOS Object Storage

IONOS_S3_SECRET_KEY可选secret

S3 secret key for IONOS Object Storage

IONOS_MCP_LOAD_MODE可选

Tool registration strategy. 'eager' (default): register all tools at startup. 'lazy': defer Compute and Object Storage behind 'ionos_load_compute_tools' / 'ionos_load_objectstorage_tools' sentinel tools (requires MCP client support for notifications/tools/list_changed). 'router' (reserved, not yet implemented): single search + invoke tool pair for clients with hard tool caps (Cursor, Windsurf) — currently falls back to eager.

相关资源

统一 Manifest

{
  "id": "io.github.ionos-cloud/ionoscloud-mcp",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "IONOS CLOUD MCP Server",
  "description": "Inspect IONOS CLOUD infrastructure via MCP",
  "repository": {
    "url": "https://github.com/ionos-cloud/ionoscloud-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "IONOS_TOKEN",
            "description": "IONOS CLOUD API token (required for all products except Object Storage)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "IONOS_S3_ACCESS_KEY",
            "description": "S3 access key for IONOS Object Storage",
            "isSecret": true
          },
          {
            "name": "IONOS_S3_SECRET_KEY",
            "description": "S3 secret key for IONOS Object Storage",
            "isSecret": true
          },
          {
            "name": "IONOS_MCP_LOAD_MODE",
            "description": "Tool registration strategy. 'eager' (default): register all tools at startup. 'lazy': defer Compute and Object Storage behind 'ionos_load_compute_tools' / 'ionos_load_objectstorage_tools' sentinel tools (requires MCP client support for notifications/tools/list_changed). 'router' (reserved, not yet implemented): single search + invoke tool pair for clients with hard tool caps (Cursor, Windsurf) — currently falls back to eager."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ionos-cloud/ionoscloud-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ionos-cloud%2Fionoscloud-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
IONOS CLOUD MCP Server — MCP Server 安装与配置 · AgentHub