Skip to content

MCP Scaleway Functions for Grok

io.github.cyclimse/mcp-scaleway-functions

Unofficial MCP Server for Scaleway Serverless Functions

client:Grok transport:stdio runtime:oci

Install MCP Scaleway Functions in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-scaleway-functions": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
      ]
    }
  }
}

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

MCP Scaleway Functions in other clients