Devops-MCP-SERVER

tanutiwarii/Devops-MCP-SERVER
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
Built a FastAPI-based Python service exposing DevOps operations (deploy, logs, rollback) as structured APIs for automation and AI agents. Integrated the Kubernetes Python client to manage deployments and pods, enabling automated deployment and log retrieval workflows.
View on GitHub →

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