DevOps MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "GITHUB_OWNER=${GITHUB_OWNER}" -e "GITHUB_REPO=${GITHUB_REPO}" devops-mcp -- npx @devops-vinci/mcp
Required:GITHUB_OWNERGITHUB_REPO
README.md

Fetch DevOps skills, code standards, and SAP Fiori templates from GitHub.

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)

  1. Install the package:
npm install -g @devops-vinci/mcp
  1. Click 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/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"
      }
    }
  }
}

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

Tools (2)

list_skillsLists all available DevOps skills in your GitHub repository.
fetch_skillFetches the content of a specific skill from GitHub.

Environment Variables

GITHUB_OWNERrequiredThe GitHub organization or user name owning the repository.
GITHUB_REPOrequiredThe name of the GitHub repository containing the skills.

Configuration

claude_desktop_config.json
{"mcpServers": {"devops": {"command": "npx", "args": ["@devops-vinci/mcp"], "env": {"GITHUB_OWNER": "devops-vesi", "GITHUB_REPO": "devops-skills"}}}}

Try it

→List available skills
→Fetch the documentation-templates skill
→Generate documentation for this Fiori project

Frequently Asked Questions

What are the key features of DevOps MCP?

Retrieves DevOps skills from GitHub repositories. Provides access to SAP Fiori documentation templates. Fetches standardized code practices and guidelines. Integrates directly into development workflows via MCP.

What can I use DevOps MCP for?

Standardizing documentation across Fiori development teams. Quickly accessing company-wide DevOps best practices. Automating the retrieval of code standards for new projects.

How do I install DevOps MCP?

Install DevOps MCP by running: npm install -g @devops-vinci/mcp

What MCP clients work with DevOps MCP?

DevOps MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep DevOps MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare