Skip to content
Cursor

MCP Scaleway Functions for Cursor

io.github.cyclimse/mcp-scaleway-functions

Unofficial MCP Server for Scaleway Serverless Functions

client:Cursor transport:stdio runtime:oci

Install MCP Scaleway Functions in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Scaleway Functions in other clients