MCP.so
Sign In
Servers

CloudBrain MCP Servers

@structbinary

This repository serves as the central hub and MCP registry for all MCP servers built to support a wide range of DevOps tools and workflows. Each MCP server provides a Standardized interface for AI agents.

A suite of Model Context Protocol (MCP) servers for DevOps tools and technologies, enabling AI assistants and automation to interact with modern infrastructure and deployment technologies.

This repository serves as the central hub and MCP registry for all MCP servers built to support a wide range of DevOps tools and workflows. Each MCP server provides a standardized interface for AI agents and automation platforms to interact with specific tools, services, or platforms, making it easier to integrate, automate, and extend DevOps operations across diverse environments.

  • Kubernetes Package Management: For managing Kubernetes workloads, the Helm MCP Server enables AI-driven Helm chart operations and best practices.
  • CI/CD, Build & Release: Dedicated MCP servers (e.g., ArgoCD MCP Server, Argo Rollout MCP Server, Jenkins MCP Server) provide automation and orchestration for continuous integration, delivery, and deployment pipelines.
  • Cloud Orchestration: Dedicated MCP Servers like Terraform MCP Server provide comprehensive infrastructure as code management with secure command execution, semantic document search, and intelligent document ingestion for AWS, Azure, Google Cloud, and more.
  • Integration & Traffic: Dedicated MCP Servers like Traefik MCP Server enables AI-driven edge routing, weighted canary traffic, traffic mirroring, NGINX-to-Traefik migration, and instant middleware protections (rate limit, circuit breaker).
  • Observability & Monitoring: For monitoring and observability, specialized MCP servers are available for Prometheus, Alertmanager, Loki, Tempo, and OpenTelemetry, enabling deep, cross-pillar diagnostics across metrics, logs, traces, and pipelines.

The vision for TalkOps MCP Servers is to offer a modular, extensible, and unified platform where each DevOps domain—whether infrastructure as code, CI/CD, cloud orchestration, or observability—can be managed through a dedicated MCP server. This approach empowers AI agents and automation tools to deliver intelligent, context-aware DevOps workflows, regardless of the underlying technology stack.

Table of Contents


Installation

Every TalkOps MCP server can be installed in three ways:

MethodCommandBest for
pippip install talkops-<server-name>Quick local setup
uvuv pip install talkops-<server-name>Fast, modern Python
uvxuvx talkops-<server-name>Run without installing
Dockerdocker run talkopsai/<server-name>:latestProduction / HTTP mode

After installation, each server provides a CLI command (e.g., prometheus-mcp-server) that runs in stdio mode by default or HTTP mode with MCP_TRANSPORT=http.


Available MCP Servers

Each table lists MCP servers by DevOps domain. Use Quick Install for the recommended setup (Docker preferred; CLI if no Docker), README for full documentation, and Config for MCP client configuration in that server's README.

📦 Kubernetes Package Management

Server NameDescriptionQuick InstallREADMEConfigVideo
Helm MCP ServerSearch charts, install/upgrade/rollback releases, validate manifests, monitor deployments. Full Helm lifecycle with dry-run and multi-cluster support.pip install talkops-helm-mcp-server
or
docker run -p 8765:8765 -v ~/.kube/config:/app/.kube/config:ro talkopsai/helm-mcp-server:latest
READMEConfig▶ Watch

🚀 CI/CD & GitOps

Server NameDescriptionQuick InstallREADMEConfigVideo
ArgoCD MCP ServerManage ArgoCD applications, sync deployments, onboard repositories, create projects, debug with guided workflows. GitOps with credential isolation.pip install talkops-argocd-mcp-server
or
docker run -p 8770:8770 -e ARGOCD_SERVER_URL=... -e ARGOCD_AUTH_TOKEN=... -e MCP_ALLOW_WRITE=true talkopsai/argocd-mcp-server:latest
READMEConfig▶ Overview
▶ Demo
Argo Rollout MCP ServerConvert K8s Deployments to Argo Rollouts, orchestrate canary/blue-green deployments, promote/pause/abort, integrate AnalysisTemplates. Zero-YAML onboarding with built-in playbooks.pip install talkops-argo-rollout-mcp-server
or
docker run -p 8768:8768 -v ~/.kube:/app/.kube:ro -e K8S_KUBECONFIG=/app/.kube/config talkopsai/argo-rollout-mcp-server:latest
READMEConfig▶ Quick Walk
▶ Migration
▶ Canary
▶ Blue-Green
▶ A/B Testing
Kargo MCP ServerContinuous promotion orchestration for Kubernetes with Kargo. Manage stages, promotions, freight, and warehouses.docker run talkopsai/kargo-mcp-server:latestREADMEConfig

📊 Observability & Monitoring

Server NameDescriptionQuick InstallREADMEConfigVideo
Prometheus MCP ServerAI-native Prometheus observability — query metrics, manage alerting rules, analyze cardinality, deploy exporters, configure ServiceMonitors and Probes.pip install talkops-prometheus-mcp-server
or
docker run -p 8767:8767 talkopsai/prometheus-mcp-server:latest
READMEConfig
Alertmanager MCP ServerAI-native alert management — list/silence/route alerts, audit routing, manage silences with safety guardrails.pip install talkops-alertmanager-mcp-server
or
docker run -p 8769:8769 talkopsai/alertmanager-mcp-server:latest
READMEConfig
Loki MCP ServerAI-native log analysis — explore, query, and analyze logs with LogQL query construction, cardinality-aware schema exploration, and guardrails.pip install talkops-loki-mcp-server
or
docker run -p 8770:8770 talkopsai/loki-mcp-server:latest
READMEConfig
Tempo MCP ServerAI-native distributed tracing — search, correlate, and summarize traces with TraceQL, RED metrics analysis, and service topology mapping.pip install talkops-tempo-mcp-server
or
docker run -p 8768:8768 talkopsai/tempo-mcp-server:latest
READMEConfig
OpenTelemetry MCP ServerAI-native OpenTelemetry pipelines — discover, provision, instrument, validate, and govern OTel on K8s with cardinality control and sampling optimization.pip install talkops-opentelemetry-mcp-server
or
docker run -p 8771:8771 talkopsai/opentelemetry-mcp-server:latest
READMEConfig

📡 Integration & Traffic

Server NameDescriptionQuick InstallREADMEConfigVideo
Traefik MCP ServerManage K8s traffic via Traefik: weighted canary routing, traffic mirroring, NGINX-to-Traefik migration, rate limit and circuit breaker middlewares. Works with Argo Rollouts for progressive delivery.pip install talkops-traefik-mcp-server
or
docker run -p 8769:8769 -v ~/.kube/config:/app/.kube/config:ro talkopsai/traefik-mcp-server:latest
READMEConfig

🏗️ Cloud Orchestration & Infrastructure

Server NameDescriptionQuick InstallREADMEConfigVideo
Terraform MCP ServerExecute Terraform commands, semantic doc search via Neo4j, document ingestion. Multi-provider AI (OpenAI, Anthropic, Ollama).cd src/terraform-mcp-server && uv pip install -e . && uv run agents-mcp-serverREADMEConfig

🔗 Agent Discovery & Registry

Server NameDescriptionQuick InstallREADMEConfigVideo
Agents Central RegistryDiscovery hub for Google A2A agents and MCP servers. Natural language queries, capability matching, real-time registry updates.cd src/agents-mcp-server && uv pip install -e . && uv run -m agents_mcp_serverREADMEConfig

Contributing

Contributions are welcome! Please open an issue or pull request on the project repository.

License

This project is licensed under the Apache-2.0 License.

📞 Support

  • Open an issue on GitHub
  • Join our Discord server
  • See each server's README for documentation and guides

More from Other