Content
# 🚀 OVH MCP Server - Open Source OVH Model Context Protocol Server
[](LICENSE)
> A secure, and scalable MCP Server to manage your OVH infrastructure using your favorite MCP client
---
## 🌐 About OVHCloud MCP Server
**OVH MCP Server** is an open-source platform designed to manage OVHCloud resources using the Model Context Protocol. This MCP Server enables efficient management through LLM.
---
## ☁️ Supported APIs
🚧 : Work In Progress
- [ ] **Dedicated Servers**
- [ ] **Virtual Private Servers** 🚧
- [ ] **AI & Machine Learning**
- [ ] **Domain Names** 🚧
- [ ] **Data Processing**
- [ ] **Hosted Private Cloud**
- [ ] **Managed Databases**
- [ ] **Managed Kubernetes**
- [ ] **Managed Registry**
- [ ] **Public Cloud Compute**
- [ ] **Public Cloud Storage**
- [ ] **Web PaaS**
- [ ] **Private Network**
---
## 📋 Requirements
Node.js: v22
OVHcloud API credentials : https://www.ovh.com/auth/api/createToken
---
## 🚀 Quick Start
```bash
# Clone the repo
git clone https://github.com/0x2A-git/ovh-mcp.git && cd ovh-mcp
# Build
npm ci
npm run build
# Edit env file to add OVH credentials
cp .env.sample .env
# Run using Docker Compose
docker compose up
```
## 🛠️ Full Setup
```bash
# Clone the repo
git clone https://github.com/0x2A-git/ovh-mcp.git && cd ovh-mcp
# Edit env file to add OVH credentials
cp .env.sample .env
# Install deps
npm ci
# Build
npm run build
# Run
node dist/src/index.js
# Dev only : Run tests with coverage
npm run test
```
List and try resources directly
```bash
npx @modelcontextprotocol/inspector node dist/src/index.js
```
## 🤖 VSCode x Copilot Integration
Add the following in your settings.json file :
```json
{
// ...
"mcp": {
"inputs": [],
"servers": {
"ovh-mcp": {
"url": "http://localhost:8000/sse"
}
}
}
}
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
markitdown
Python tool for converting files and office documents to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.