Scaleway Functions MCP Server

Unofficial MCP Server for Scaleway Serverless Functions. Its 11 documented tools cover function, and, deploy, namespace.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-04-12 · ★ 7 · #819 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Unlicense · Go servers · how we verify → /methodology

01 · Install Scaleway Functions

before you install - you'll need

Set SCW_DEFAULT_REGION before connecting.

Docker

docker run -i --rm docker.io/cyclimse/mcp-scaleway-functions:0.3.4

Claude Desktop - add to config

{
  "mcpServers": {
    "cyclimse-mcp-scaleway-functions": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Unlicense - declared in the repository

registry namespace io.github.cyclimse is GitHub-verified and matches the repo owner

03 · What Scaleway Functions can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create and deploy a new function namespace, list all function namespaces, delete a function namespace, and list all functions in a namespace.

Capability map

Tools grouped from the project's README - what Scaleway Functions lets an agent do.

Function

7 tools - e.g. List all function namespaces.; Delete a function namespace.; List all available function runtimes.

list_function_namespaces · delete_function_namespace · list_function_runtimes · update_function · delete_function · download_function…

And

2 tools - e.g. Create and deploy a new function namespace.; Create and deploy a new function.

create_and_deploy_function_namespace · create_and_deploy_function

read & search

1 tool - e.g. List all functions in a namespace.

list_functions

create & write

1 tool - e.g. Add a dependency to a local function. Useful for dependencies that rely on native code and therefore need Docker to be installed.

add_dependency

Latest releases

v0.3.4 · 2026-04-12

Merge pull request #26 from cyclimse/renovate/github.com-buger-jsonparser-1.x · Merge pull request #27 from cyclimse/renovate/github.com-lmittmann-tint-1.x · Merge pull request #28 from…

v0.3.3 · 2025-12-07

using a shallow clone with goreleaser -> rip · --- · Released by GoReleaser.

v0.3.2 · 2025-12-07

wrong permission · --- · Released by GoReleaser.

04 · Who maintains Scaleway Functions

MCP Scaleway Functions is maintained by cyclimse. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
other - ranked #819 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.cyclimse/mcp-scaleway-functions (active, first published 2025-12-07 · 3 versions)
packages
oci:docker.io/cyclimse/mcp-scaleway-functions:0.3.4

06 · Scaleway Functions FAQ

Is Scaleway Functions still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-12. We re-verify nightly.

What can Scaleway Functions do?

With this server connected, an agent can create and deploy a new function namespace, list all function namespaces, delete a function namespace, and list all functions in a namespace.

How do I install Scaleway Functions?

Run `docker run -i --rm docker.io/cyclimse/mcp-scaleway-functions:0.3.4`. The README documents one environment variable (SCW_DEFAULT_REGION) to set first. Set SCW_DEFAULT_REGION before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Scaleway Functions

More MCP servers to compare · Cygnus SSH MCP · Gsearch · Sigrok · LLM Advisor · Cortex

More Go MCP servers · Hop · Dbtrail · Ksail · File Tools · see all