Skip to main content
Glama

DevOps MCP

MCP-Server (Model Context Protocol) zum Abrufen von DevOps-Fähigkeiten von GitHub (SAP Fiori-Dokumentationsvorlagen, Codestandards, Best Practices).

Installation

Schnellinstallation

  1. Installieren Sie das Paket:

npm install -g @devops-vinci/mcp
  1. Klicken 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/mcp

Fü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"
      }
    }
  }
}

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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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