Skip to main content
Glama
mgcrea

mcp-ovh-api

by mgcrea

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OVH_DEBUGNoSet to '1' to enable debug logging to stderr.0
OVH_REGIONNoDefault storage region, uppercase (e.g., GRA, SBG, DE, UK).
OVH_API_URLNoOverride the API base URL entirely.
OVH_ENDPOINTNoAPI endpoint: ovh-eu (default), ovh-ca, ovh-us, kimsufi-*, soyoustart-*.ovh-eu
OVH_CLIENT_IDNoIAM service account client ID (used with OVH_CLIENT_SECRET for OAuth2 auth).
OVH_AUTH_METHODNoForce authentication method: 'oauth2', 'signature', or 'accessToken'. If not set, inferred from other variables.
OVH_MAX_RETRIESNoRetry budget for 401/429/5xx responses. Defaults to '3'.
OVH_ACCESS_TOKENNoPre-minted bearer token for static access token auth.
OVH_ALLOW_WRITESNoSet to '1' to enable write tools (destructive tools require additional confirm).0
OVH_CONSUMER_KEYNoConsumer key issued alongside the application key pair.
OVH_CLIENT_SECRETNoIAM service account client secret (used with OVH_CLIENT_ID for OAuth2 auth).
OVH_CLOUD_PROJECTNoDefault project serviceName (32-char hex).
OVH_APPLICATION_KEYNoApplication key (part of the application key + consumer key auth method).
OVH_APPLICATION_SECRETNoApplication secret (corresponding to OVH_APPLICATION_KEY).
OVH_REFRESH_SKEW_SECONDSNoRefresh OAuth2 token this many seconds before expiry. Defaults to '60'.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ovh_auth_statusA

Report whether this server has working OVHcloud credentials, which auth method and endpoint it uses, the default project and region, whether writes are enabled, and — when something is missing — exactly what to set. Call this first when a tool you expected is not listed: an absent tool here means missing configuration, not a bug.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgcrea/mcp-ovh'

If you have feedback or need assistance with the MCP directory API, please join our Discord server