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