Scaleway MCP server
Rank #317io.github.scaleway/scaleway-mcp
Scaleway MCP server for interacting with the Scaleway APIs
Scaleway MCP server is a Model Context Protocol (MCP) server published by scaleway. It ranks #317 of 132,046 servers tracked on MCP Toplist, and its repository has 997 GitHub stars. Scaleway MCP server is listed across 2 registries — Official MCP and PulseMCP, with 8 tracked versions. It was first listed on Apr 20, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 131,729 of 132,046 servers on MCP Toplist.
Use Scaleway MCP server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scaleway-mcp -- docker run -i --rm scaleway/cli:2.62.0-dbg1[mcp_servers.scaleway-mcp]
command = "docker"
args = ["run", "-i", "--rm", "scaleway/cli:2.62.0-dbg1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"scaleway-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"scaleway/cli:2.62.0-dbg1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scaleway-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"scaleway/cli:2.62.0-dbg1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scaleway-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"scaleway/cli:2.62.0-dbg1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scaleway-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"scaleway/cli:2.62.0-dbg1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scaleway-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"scaleway/cli:2.62.0-dbg1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.scaleway%2Fscaleway-mcp)<a href="https://mcptoplist.com/server/io.github.scaleway%2Fscaleway-mcp"><img src="https://mcptoplist.com/badge/io.github.scaleway%2Fscaleway-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
scaleway
Available versions (8)
| Version | Published |
|---|---|
| 2.62.0-dbg1 | Sep 10, 2026 |
| 2.62.0 | Sep 1, 2026 |
| 2.61.0 | Aug 17, 2026 |
| 2.60.0 | Jul 30, 2026 |
| 2.59.0 | Jul 23, 2026 |
| 2.58.3 | Jun 24, 2026 |
| 2.58.2 | Jun 24, 2026 |
| 2.58.1 | Jun 24, 2026 |
Frequently asked questions
- Who maintains Scaleway MCP server?
- Scaleway MCP server is maintained by scaleway, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is Scaleway MCP server listed on the Official MCP Registry?
- Yes — Scaleway MCP server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Scaleway MCP server have?
- MCP Toplist tracks 8 versions of Scaleway MCP server, most recently published on Sep 10, 2026.
- Where can I find the source code for Scaleway MCP server?
- The source code for Scaleway MCP server is hosted at github.com/scaleway/scaleway-cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.