Skip to content
Windsurf

IONOS CLOUD MCP Server for Windsurf

io.github.ionos-cloud/ionoscloud-mcp

Inspect and manage IONOS CLOUD infrastructure via MCP. Writes are opt-in and off by default.

client:Windsurf transport:stdio runtime:oci

Install IONOS CLOUD MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

IONOS CLOUD MCP Server in other clients