mcp-devops-server

suryaanandan1995-dotcom/mcp-devops-server
★ 0 stars Python AI/LLM Updated 14d ago
MCP (Model Context Protocol) server exposing Kubernetes, cloud & CI tools to AI agents like Claude Desktop
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": {
    "mcp-devops-server": {
      "command": "uvx",
      "args": [
        "mcp-devops-server"
      ]
    }
  }
}

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

Topics

ai-agentsanthropicautomationclaudedevopskubernetesllmmcpmodel-context-protocolpython