DevOps-MCP-Server

IranUdesha/DevOps-MCP-Server
★ 0 stars Python ⚙️ DevOps Updated today
A production-ready MCP (Model Context Protocol) server that serves an internal DevOps knowledge base — skills, instructions, prompts, and policies for Python, Ansible, Terraform, Docker, Kubernetes, and CI/CD — to AI assistants over Streamable HTTP.
View on GitHub → Try with Claude — $10 free →

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

Topics

agent-skillsaiai-codingai-toolsdevopsmcpmcp-serverpython