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
Install the package:
npm install -g @devops-vinci/mcpClick 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/mcpThen 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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