MCP Scaleway Functions for Zed
io.github.cyclimse/mcp-scaleway-functions
Unofficial MCP Server for Scaleway Serverless Functions
client:Zed
transport:stdio
runtime:oci
Install MCP Scaleway Functions in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-scaleway-functions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cyclimse/mcp-scaleway-functions:0.3.4"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs