IONOS CLOUD MCP Server for Cline
io.github.ionos-cloud/ionoscloud-mcp
Inspect and manage IONOS CLOUD infrastructure via MCP. Writes are opt-in and off by default.
client:Cline
transport:stdio
runtime:oci
Install IONOS CLOUD MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs