MCP server/version-control

DevOps MCP Server

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

devops-vesi/devops-mcp ↗by devops-vesiupdated
1

Add it to Claude Code

claude mcp add -e "GITHUB_OWNER=${GITHUB_OWNER}" -e "GITHUB_REPO=${GITHUB_REPO}" devops-mcp -- npx @devops-vinci/mcp
Required:GITHUB_OWNERGITHUB_REPO
2

Make your agent remember this setup

devops-mcp's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.

npx conare@latest

Free · one command · indexes the sessions already on disk. Set up in the browser instead →

What it does

  • 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

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.

Try it

List available skills
Fetch the documentation-templates skill
Generate documentation for this Fiori project
Original README from devops-vesi/devops-mcp

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

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.

Conare · memory for coding agents

Turn this server into reusable context

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

Set up free$npx conare@latest