Skip to content
Gemini CLI

ovh api mcp for Gemini CLI

io.github.davidlandais/ovh-api-mcp

MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.

client:Gemini CLI transport:stdio runtime:oci

Install ovh api mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ovh-api-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
      ],
      "env": {
        "OVH_APPLICATION_KEY": "<OVH_APPLICATION_KEY>",
        "OVH_APPLICATION_SECRET": "<OVH_APPLICATION_SECRET>",
        "OVH_CONSUMER_KEY": "<OVH_CONSUMER_KEY>",
        "OVH_ENDPOINT": "<OVH_ENDPOINT>",
        "OVH_SERVICES": "<OVH_SERVICES>",
        "OVH_CLIENT_ID": "<OVH_CLIENT_ID>",
        "OVH_CLIENT_SECRET": "<OVH_CLIENT_SECRET>"
      }
    }
  }
}

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

ovh api mcp in other clients