Skip to content
Zed

ovh api mcp for Zed

io.github.davidlandais/ovh-api-mcp

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

client:Zed transport:stdio runtime:oci

Install ovh api mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ovh api mcp in other clients