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

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
A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/praveendhra/mcp-devops-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server