Skip to content
Windsurf

ovh api mcp for Windsurf

io.github.davidlandais/ovh-api-mcp

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

client:Windsurf transport:stdio runtime:oci

Install ovh api mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ovh api mcp in other clients