Loading MCP server directory, please wait...
Inspect IONOS CLOUD infrastructure via MCP
npx @getmcp/cli add io.github.ionos-cloud/ionoscloud-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
IONOS_TOKENIONOS CLOUD API token (required for all products except Object Storage)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ionos-cloud/ionoscloud-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"IONOS_TOKEN",
"-e",
"IONOS_S3_ACCESS_KEY",
"-e",
"IONOS_S3_SECRET_KEY",
"-e",
"IONOS_MCP_EAGER_LOAD",
"ghcr.io/ionos-cloud/ionoscloud-mcp:latest"
],
"env": {
"IONOS_TOKEN": "",
"IONOS_S3_ACCESS_KEY": "",
"IONOS_S3_SECRET_KEY": "",
"IONOS_MCP_EAGER_LOAD": ""
}
}
}
}