public-cloud-roadmap icon indicating copy to clipboard operation
public-cloud-roadmap copied to clipboard

MCP Server

Open scraly opened this issue 2 months ago • 1 comments

As a user I want to be able to use an OVHcloud MCP Server. I want to be able to use it in my favorite IDEs (with copilot...) and in my AI applications and agents.

scraly avatar Oct 17 '25 07:10 scraly

Hi,

There are multiple ways to use MCP server within OVHcloud ecosystem. You can use it in your applications through frameworks like LangChain, LangChain4J, ... You can also use MCP server within the Visual Studio Code IDE using Copilot for example, or using the OVHcloud shell agent SHAI. Below are 2 way of starting with OVHcloud MCP server:

1/ Using Visual Studio Code -Install Visual Studio Code -Setup a free Copilot account: https://code.visualstudio.com/docs/copilot/setup -Inside VSCode Ctrl + Shift + P => Add MCP server Then, select HTTP Enter the URL of the MCP server OVHcloud EU customers: https://mcp.eu.ovhcloud.com/mcp OVHcloud CA customers: https://mcp.ca.ovhcloud.com/mcp OVHcloud US customers: https://mcp.us.ovhcloud.com/mcp Choose a name -Then, you will have to login with an OVHcloud account -Then, start chatting with Copilot inside VSCode

2/ Using OVHcloud SHAI (leveraging OVHcloud AI Endpoints) version 0.1.5 or above to allow agent usage

-Install shai using the doc here: https://github.com/ovh/shai#install -Create a new agent (https://github.com/ovh/shai#custom-agent-with-mcp),and configure it by creating a file : $HOME/.config/shai/agents/ovh.config -Copy the content of https://github.com/ovh/shai/blob/main/.ovh.config inside this filec -Then if you execute the command shai agent list you should obtain this output: Available agents: ovh OVH agent with OVH MCP server for cloud management and API calls -When you launch shai agent ovh, your browser should open on OVHcloud login page. After a successful login, you will obtain this screen. You can go back to your terminal and enjoy !

Others integrations will come later, stay tuned !

DavidDelebecque avatar Oct 17 '25 11:10 DavidDelebecque