loading…
Search for a command to run...
loading…
An MCP server designed to retrieve DevOps skills, code standards, and SAP Fiori documentation templates from a GitHub repository. It allows users to list availa
An MCP server designed to retrieve DevOps skills, code standards, and SAP Fiori documentation templates from a GitHub repository. It allows users to list available resources and fetch specific best practices to integrate directly into their development workflow.
MCP (Model Context Protocol) server to fetch DevOps skills from GitHub (SAP Fiori documentation templates, code standards, best practices).
npm install -g @devops-vinci/mcp
📦 Install DevOps MCP - Vinci Energies
✅ That's it! No further configuration needed.
npm install -g @devops-vinci/mcp
Then add this configuration to .cursor/mcp.json:
{
"mcpServers": {
"devops": {
"command": "npx",
"args": ["@devops-vinci/mcp"],
"env": {
"GITHUB_OWNER": "devops-vesi",
"GITHUB_REPO": "devops-skills"
}
}
}
}
list_skillsLists all available DevOps skills in your GitHub repository.
fetch_skillFetches the content of a specific skill from GitHub.
Just ask Copilot:
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"devops-mcp": {
"command": "npx",
"args": []
}
}
}