MCP Scaleway Functions
Rank #17,517io.github.cyclimse/mcp-scaleway-functions
Unofficial MCP Server for Scaleway Serverless Functions
MCP Scaleway Functions is a Model Context Protocol (MCP) server published by cyclimse. It ranks #17,517 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. MCP Scaleway Functions is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Sep 22, 2025 and most recently updated on Apr 12, 2026.
Ranks ahead of 114,529 of 132,046 servers on MCP Toplist.
Use MCP Scaleway Functions
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-scaleway-functions -- docker run -i --rm docker.io/cyclimse/mcp-scaleway-functions:0.3.4[mcp_servers.mcp-scaleway-functions]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/cyclimse/mcp-scaleway-functions:0.3.4"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-scaleway-functions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-scaleway-functions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-scaleway-functions": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-scaleway-functions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-scaleway-functions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cyclimse%2Fmcp-scaleway-functions)<a href="https://mcptoplist.com/server/io.github.cyclimse%2Fmcp-scaleway-functions"><img src="https://mcptoplist.com/badge/io.github.cyclimse%2Fmcp-scaleway-functions.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cyclimse
Available versions (4)
| Version | Published |
|---|---|
| 0.3.4 | Apr 12, 2026 |
| 0.3.3 | Dec 7, 2025 |
| 0.3.2 | Dec 7, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Scaleway Functions?
- MCP Scaleway Functions is maintained by cyclimse, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is MCP Scaleway Functions listed on the Official MCP Registry?
- Yes — MCP Scaleway Functions is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Scaleway Functions have?
- MCP Toplist tracks 4 versions of MCP Scaleway Functions, most recently published on Apr 12, 2026.
- Where can I find the source code for MCP Scaleway Functions?
- The source code for MCP Scaleway Functions is hosted at github.com/cyclimse/mcp-scaleway-functions.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.