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.
Overview
What is CloudBrain MCP Servers?
CloudBrain MCP Servers is 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. It provides a modular, extensible platform with dedicated servers for Kubernetes package management, CI/CD & GitOps, cloud orchestration, integration & traffic, and observability & monitoring.
How to use CloudBrain MCP Servers?
Each server can be installed via pip (pip install talkops-<server-name>), uv, uvx, or Docker. After installation, each server provides a CLI command (e.g., prometheus-mcp-server) that runs in stdio mode by default, or HTTP mode with the environment variable MCP_TRANSPORT=http. Full documentation and configuration for each server is in its respective README.
Key features of CloudBrain MCP Servers
- Modular MCP servers for each DevOps domain.
- Kubernetes package management with Helm lifecycle and multi-cluster support.
- CI/CD and GitOps with ArgoCD, Argo Rollouts, and Kargo.
- Cloud orchestration with Terraform and semantic document search.
- Observability with Prometheus, Alertmanager, Loki, Tempo, and OpenTelemetry.
- Traffic management with Traefik, including canary routing and middlewares.
Use cases of CloudBrain MCP Servers
- Automate Helm chart operations and Kubernetes release management.
- Manage ArgoCD applications and orchestrate canary/blue-green deployments.
- Query, alert, log, and trace analysis with Prometheus, Loki, and Tempo.
- Execute Terraform commands and search infrastructure documentation.
- Integrate AI agents with DevOps tools for intelligent pipeline automation.
FAQ from CloudBrain MCP Servers
How do I install a CloudBrain MCP Server?
Each server can be installed via pip (pip install talkops-<server-name>), uv, uvx, or Docker (docker run talkopsai/<server-name>:latest). Choose the method that best fits your environment.
What transport modes are supported?
Each server runs in stdio mode by default. To enable HTTP mode, set the environment variable MCP_TRANSPORT=http before starting the server.
Where can I find documentation and configuration for each server?
Each server has its own README file in the src/ directory of the repository, providing full documentation, quick install, and configuration examples.
Are there community support channels?
Yes, you can open an issue on the GitHub repository or join the project's Discord server.
What runtime dependencies are required?
Docker is recommended for production deployments. Python (pip/uv) can be used for local setup. Some servers