DevOps MCP
MCP-Server (Model Context Protocol) zum Abrufen von DevOps-Fähigkeiten von GitHub (SAP Fiori-Dokumentationsvorlagen, Codestandards, Best Practices).
Installation
Schnellinstallation
Installieren Sie das Paket:
npm install -g @devops-vinci/mcpKlicken Sie auf diesen Link, um VS Code automatisch zu konfigurieren (vollständig vorkonfiguriert):
📦 DevOps MCP installieren - Vinci Energies
✅ Das war's! Keine weitere Konfiguration erforderlich.
Manuelle Konfiguration (alternativ)
npm install -g @devops-vinci/mcpFügen Sie dann diese Konfiguration zu .cursor/mcp.json hinzu:
{
"mcpServers": {
"devops": {
"command": "npx",
"args": ["@devops-vinci/mcp"],
"env": {
"GITHUB_OWNER": "devops-vesi",
"GITHUB_REPO": "devops-skills"
}
}
}
}Related MCP server: ABAP-ADT-API MCP-Server
Verfügbare Tools
list_skills
Listet alle verfügbaren DevOps-Fähigkeiten in Ihrem GitHub-Repository auf.
fetch_skill
Ruft den Inhalt einer bestimmten Fähigkeit von GitHub ab.
Anwendungsbeispiele
Fragen Sie einfach Copilot:
"List available skills"
"Fetch the documentation-templates skill"
"Generate documentation for this Fiori project"
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/devops-vesi/devops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
