Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DevOps MCPget the SAP Fiori documentation template"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DevOps MCP
MCP (Model Context Protocol) server to fetch DevOps skills from GitHub (SAP Fiori documentation templates, code standards, best practices).
Installation
Quick installation (for your colleagues)
Install the package:
npm install -g @devops-vinci/mcpClick this link to auto-configure VS Code (fully pre-configured):
📦 Install DevOps MCP - Vinci Energies
✅ That's it! No further configuration needed.
Manual configuration (alternative)
npm install -g @devops-vinci/mcpThen add this configuration to .cursor/mcp.json:
{
"mcpServers": {
"devops": {
"command": "npx",
"args": ["@devops-vinci/mcp"],
"env": {
"GITHUB_OWNER": "devops-vesi",
"GITHUB_REPO": "devops-skills"
}
}
}
}Available tools
list_skills
Lists all available DevOps skills in your GitHub repository.
fetch_skill
Fetches the content of a specific skill from GitHub.
Usage examples
Just ask Copilot:
"List available skills"
"Fetch the documentation-templates skill"
"Generate documentation for this Fiori project"
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.