Odel
ovh api mcp

ovh api mcp

Local
@davidlandais3RustMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/davidlandais/ovh-api-mcp:0.3.0

Run

docker run -i --rm ghcr.io/davidlandais/ovh-api-mcp:0.3.0

MCP client config

{
  "mcpServers": {
    "ovh-api-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/davidlandais/ovh-api-mcp:0.3.0"
      ]
    }
  }
}