Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Devops Server

БесплатноНе проверен

Enables AI assistants to perform DevOps tasks including Kubernetes management, cloud provider operations, CI/CD, security scanning, and infrastructure monitorin

GitHubEmbed

Описание

Enables AI assistants to perform DevOps tasks including Kubernetes management, cloud provider operations, CI/CD, security scanning, and infrastructure monitoring through natural language.

README

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

from github.com/praveendhra/mcp-devops-server

Установка Devops Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/praveendhra/mcp-devops-server

FAQ

Devops Server MCP бесплатный?

Да, Devops Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Devops Server?

Нет, Devops Server работает без API-ключей и переменных окружения.

Devops Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Devops Server в Claude Desktop, Claude Code или Cursor?

Открой Devops Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Devops Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development