Skip to content
Cline

Scaleway MCP server for Cline

io.github.scaleway/scaleway-mcp

Scaleway MCP server for interacting with the Scaleway APIs

client:Cline transport:stdio runtime:oci

Install Scaleway 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": {
    "scaleway-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "scaleway/cli:2.62.0"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Scaleway MCP server in other clients