home / mcp / scaleway functions mcp server

Scaleway Functions MCP Server

MCP server to manage and deploy Scaleway Serverless Functions using the Model Context Protocol standard.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "cyclimse-mcp-scaleway-functions": {
      "url": "http://localhost:8080",
      "headers": {
        "SCW_DEFAULT_REGION": "nl-ams"
      }
    }
  }
}

Available tools

create_and_deploy_function_namespace

Create and deploy a new function namespace.

list_function_namespaces

List all function namespaces.

delete_function_namespace

Delete a function namespace.

list_functions

List all functions in a namespace.

list_function_runtimes

List all available function runtimes.

create_and_deploy_function

Create and deploy a new function.

update_function

Update the code or the configuration of an existing function.

delete_function

Delete a function.

download_function

Download the code of a function.

fetch_function_logs

Fetch the logs of a function.

add_dependency

Add a dependency to a local function.