MCP Scaleway Functions for VS Code
io.github.cyclimse/mcp-scaleway-functions
Unofficial MCP Server for Scaleway Serverless Functions
client:VS Code
transport:stdio
runtime:oci
Install MCP Scaleway Functions in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-scaleway-functions": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs