HomeOther › Scaleway MCP server

Scaleway MCP server

Scaleway MCP server for interacting with the Scaleway APIs

Go
★ 997 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm scaleway/cli:2.62.0

Or add to your MCP client config:

{
  "mcpServers": {
    "scaleway-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "scaleway/cli:2.62.0"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry