devops-mcp-server

kpate273-sketch/devops-mcp-server
★ 0 stars Python DevOps Updated 7d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "devops-mcp-server": {
      "command": "uvx",
      "args": [
        "devops-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install devops-mcp-server

README Excerpt

A small, working **Model Context Protocol (MCP) server** that automates common DevOps tasks — CI/CD pipeline control, PR review, Git operations, and monitoring/alerting — all gated behind a role-based access control layer. Built as a portfolio project to demonstrate the concepts from an *MCP for DevOps* course: MCP server architecture, security & access control, CI/CD

Tools (4)

alicebobcaroldave