Scaleway MCP server for Gemini CLI
io.github.scaleway/scaleway-mcp
Scaleway MCP server for interacting with the Scaleway APIs
client:Gemini CLI
transport:stdio
runtime:oci
Install Scaleway MCP server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"scaleway-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"scaleway/cli:2.62.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs