Skip to content
Grok

Scaleway MCP server for Grok

io.github.scaleway/scaleway-mcp

Scaleway MCP server for interacting with the Scaleway APIs

client:Grok transport:stdio runtime:oci

Install Scaleway MCP server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Scaleway MCP server in other clients