Scaleway MCP server for VS Code
io.github.scaleway/scaleway-mcp
Scaleway MCP server for interacting with the Scaleway APIs
client:VS Code
transport:stdio
runtime:oci
Install Scaleway MCP server in VS Code
.vscode/mcp.json
{
"servers": {
"scaleway-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"scaleway/cli:2.62.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs