Scaleway MCP server
Scaleway MCP server for interacting with the Scaleway APIs
997 stars
Reviews
Write oneNobody has reviewed Scaleway MCP server yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Scaleway MCP server tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanpackage could not be scannedn/a
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 2 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
What the publisher says
From the Scaleway MCP server repository's README, as published. We do not edit it. Read it on GitHub
Scaleway CLI (v2)
Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly from your terminal.
Refer to the documentation for a complete reference of the different CLI commands.
Installation
With a Package Manager (Recommended)
A package manager installs and upgrades the Scaleway CLI with a single command. We recommend this installation mode for more simplicity and reliability:
Homebrew
Install the latest stable release on macOS/Linux using Homebrew:
brew install scwArch Linux
Install the latest stable release on Arch Linux from official repositories. For instance with pacman:
pacman -S scaleway-cliChocolatey
Install the latest stable release on Windows using Chocolatey (Package):
choco install scaleway-cliManually
Released Binaries
We provide static-compiled binaries for darwin (macOS), GNU/Linux, and Windows platforms. You just have to download the binary compatible with your platform to a directory available in your PATH:
Linux
curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/main/scripts/get.sh | shWindows
You can download the last release here: This official guide explains how to add tools to your PATH.
Docker Image
You can use the CLI as you would run any Docker image:
docker run -i --rm scaleway/cli:latestSee more in-depth information about running the CLI in Docker here
Getting Started
Setup your configuration
After you installed the latest release just run the initialization command and let yourself be guided! :dancer:
scw initIt will set up your profile, the authentication, and the auto-completion. NB: you'll need to have an API-key (access-key + access-secret), so be sure to create one on the scaleway web console.
Basic commands
# Create an instance server
scw instance server create type=DEV1-S image=ubuntu_noble zone=fr-par-1 tags.0="scw-cli"
# List your servers
scw instance server list
# Create a Kubernetes cluster named foo with cilium as CNI, in version 1.17.4 and with a pool named default composed of 3 DEV1-M and with 2 tags
scw k8s cluster create name=foo version=1.17.4 pools.0.size=3 pools.0.node-type=DEV1-M pools.0.name=default tags.0=tag1 tags.1=tag2Environment
You can configure your config or enable functionalities with environment variables.
Variables to override config are describe in config documentation. To enable beta features, you can set SCWENABLEBETA=1 in your environment.
Reference documentation
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add scaleway-mcp -- docker run -i --rm scaleway/cli:2.62.0
Scaleway MCP server: common questions
- Is Scaleway MCP server safe?
- Yes, by our scan: it is graded A (90/100). Read the Scaleway MCP server safety report
- How do I install Scaleway MCP server?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Scaleway MCP server need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Scaleway MCP server maintained?
- The last commit was 2 days ago (2026-09-18). The latest release is v2.62.0.