Skip to main content
Glama

DevOps MCP

GitHub에서 DevOps 기술(SAP Fiori 문서 템플릿, 코드 표준, 모범 사례)을 가져오기 위한 MCP(Model Context Protocol) 서버입니다.

설치

빠른 설치

  1. 패키지 설치:

npm install -g @devops-vinci/mcp
  1. 이 링크를 클릭하여 VS Code를 자동 구성하세요(완전 사전 구성됨):

📦 DevOps MCP 설치 - Vinci Energies

완료되었습니다! 추가 구성이 필요하지 않습니다.


수동 구성 (대안)

npm install -g @devops-vinci/mcp

그런 다음 .cursor/mcp.json에 다음 구성을 추가하세요:

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

사용 가능한 도구

list_skills

GitHub 저장소에서 사용 가능한 모든 DevOps 기술을 나열합니다.

fetch_skill

GitHub에서 특정 기술의 콘텐츠를 가져옵니다.

사용 예시

Copilot에게 다음과 같이 요청하세요:

  • "List available skills"

  • "Fetch the documentation-templates skill"

  • "Generate documentation for this Fiori project"

라이선스

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