Skip to main content
Glama

MCP DevOps Server

A Model Context Protocol (MCP) server that provides AI assistants with DevOps tools for Kubernetes, cloud providers, CI/CD, security scanning, and infrastructure management.

Features

  • Kubernetes: Pod management, deployments, logs, troubleshooting

  • Helm: Chart management, release history, template rendering

  • ArgoCD: Application sync, diff, and status monitoring

  • AWS: EC2, ECS, S3, Cost Explorer, Secrets Manager

  • Azure: AKS, WebApps, ACR, Key Vault

  • GCP: GKE, Cloud Run, Cloud Logging

  • Security: Trivy scanning, K8s security audit

  • Observability: Log analysis, DNS lookup, SSL checks, endpoint monitoring

  • Git: Repository stats, change tracking, commit search

  • Cost: Cloud spend analysis and forecasting

Related MCP server: Kubernetes MCP Server

Quick Start

# Install dependencies
pip install -r requirements.txt

# Run the server
python -m src.server

# Or with Docker
docker build -t mcp-devops-server .
docker run -v ~/.kube:/home/mcp/.kube:ro mcp-devops-server

VS Code Integration

Add to .vscode/settings.json:

{
  "mcp": {
    "servers": {
      "devops": {
        "command": "python",
        "args": ["-m", "src.server"],
        "cwd": "${workspaceFolder}",
        "env": {
          "KUBECONFIG": "${env:HOME}/.kube/config",
          "AWS_PROFILE": "default"
        }
      }
    }
  }
}

Configuration

Variable

Default

Description

MCP_HOST

localhost

Server host

MCP_PORT

8080

Server port

MCP_DEBUG

false

Enable debug mode

MCP_LOG_LEVEL

INFO

Logging level

MCP_DEFAULT_NAMESPACE

default

K8s namespace

AWS_PROFILE

default

AWS profile

GCP_PROJECT

-

GCP project ID

Documentation

Testing

pip install -r requirements-dev.txt
pytest tests/ -v --cov=src

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables intelligent Kubernetes deployments, automated documentation testing, organizational pattern management, and shared prompt libraries. Provides AI-powered recommendations based on cluster capabilities and automates DevOps workflows through conversational interfaces.
    650 npm
    335
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    AI-native control plane for Kubernetes and GitOps. Provides 30+ tools for service deployment, database provisioning, and log management via natural language.
    1
    1
    MIT