Skip to content
Gemini CLI

Exoscale MCP Server for Gemini CLI

io.github.samisouabni/exoscale-mcp

MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage

client:Gemini CLI transport:stdio runtime:npm

Install Exoscale MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "exoscale-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@samisouabni/exoscale-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Exoscale MCP Server in other clients