← Back to browse

IONOS CLOUD MCP Server

Indexed by io.github.ionos-cloud

About

Inspect IONOS CLOUD infrastructure via MCP

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsIONOS_TOKEN IONOS_S3_ACCESS_KEY IONOS_S3_SECRET_KEY IONOS_MCP_LOAD_MODE
Claude Code
claude mcp add --env IONOS_TOKEN= --env IONOS_S3_ACCESS_KEY= --env IONOS_S3_SECRET_KEY= --env IONOS_MCP_LOAD_MODE= ionoscloud-mcp -- docker ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ionoscloud-mcp","command":"docker","args":["ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1"],"env":{"IONOS_TOKEN":"","IONOS_S3_ACCESS_KEY":"","IONOS_S3_SECRET_KEY":"","IONOS_MCP_LOAD_MODE":""}}'
JSON
{
  "mcpServers": {
    "ionoscloud-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1"
      ],
      "env": {
        "IONOS_TOKEN": "",
        "IONOS_S3_ACCESS_KEY": "",
        "IONOS_S3_SECRET_KEY": "",
        "IONOS_MCP_LOAD_MODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.