A curated, official-first catalog of MCP servers, agent skills, AI agents, frameworks, and supporting resources for DevOps, Cloud, SRE, and Platform Engineering. It includes vendor and open-source project resources alongside a clearly labeled community-driven section.
Most agent lists stop at discovery. This one is built for operators:
- Official-first, community-inclusive — 61 entries organized into 14 catalog sections; official vendor and project resources are prioritized, while community-driven entries are separated in a dedicated community section.
- Scored, not just listed — every entry records action capability, human-approval controls, tracing evidence, maturity, and operational risk (how entries are scored).
- Audited by CI — GitHub repository entries are checked weekly for reachability and archived status; non-GitHub documentation links are outside this automated check and require curator review.
- Installable, not just readable — one command installs hundreds of official skills from cataloged Google, Microsoft, Azure, and Azure DevOps sources into Claude Code, Cursor, Codex, VS Code, or Antigravity.
- Runnable, not just theoretical — documented reference-agent examples cover Terraform plan review and drift detection.
Safety first: some cataloged tools and agents can change infrastructure. Prefer read-only or proposal mode, require human approval before write actions, and use least-privilege credentials — full guidance in the safety model.
- Evaluation labels
- Top picks by use case
- Install official skills into your coding agent
- Recently added
- Local reference agents
- Curated catalog
- How to contribute
| Label | Meaning |
|---|---|
| 🟢 | assessed as production-adjacent; not a readiness guarantee |
| 🟡 | assessed as a useful prototype |
| 🔵 | MCP/server integration |
| 🛡️ | documents an approval or safety mechanism; enforcement varies |
| 📊 | has tracing/evidence/evals |
| write-capable; review before use |
Labels are shorthand for structured fields recorded on every entry in data/repos.yaml — how entries are scored explains each field and how it is verified.
| Use case | Start with | Why |
|---|---|---|
| AWS agentic cloud automation | aws/agent-toolkit-for-aws | Official AWS-supported MCP, skills, plugins, IAM-aware controls, CloudWatch metrics, and CloudTrail auditability. |
| Azure cloud automation | microsoft/mcp microsoft/azure-skills |
Official Microsoft MCP and skills/plugin sources for Azure resource workflows. |
| Google Cloud automation | google/mcp googleapis/gcloud-mcp google/skills |
Official Google MCP and skills sources for GCP, Cloud Run, GKE, observability, and storage workflows. |
| Source-control DevOps | github/github-mcp-server GitLab MCP server atlassian/atlassian-mcp-server |
Official MCP tool surfaces for repos, issues, PRs, Jira, Bitbucket, and related delivery workflows. |
| Terraform and IaC | hashicorp/terraform-mcp-server Pulumi MCP Server |
Official IaC MCP sources for Terraform Registry/HCP Terraform and Pulumi Cloud automation. |
| SRE incident response | grafana/mcp-grafana datadog-labs/mcp-server Elastic Agent Builder MCP server docs PagerDuty/pagerduty-mcp-server |
Official observability and incident-management MCPs for metrics, logs, traces, indexed operational data, alerts, incidents, and on-call context. |
| FinOps and cloud cost | vantage-sh/vantage-mcp-server | Official Vantage MCP server for cloud spend analysis, budgets, anomalies, reports, and provider-resource cost context across Vantage-connected providers. |
| Security and code quality | OWASP MCP Top 10 SonarSource/sonarqube-mcp-server okta/okta-mcp-server Snyk Studio MCP docs Wiz WIN MCP Server docs |
Official MCPs and security resources for MCP threat modeling, code quality, application security, identity-aware workflows, agent security, and cloud-security posture. |
| Data platform operations | mongodb-js/mongodb-mcp-server redis/mcp-redis |
Official database MCP servers for MongoDB and Redis operational context, cache/session data, vector search, streams, and data-platform agent workflows. |
| CI/CD and GitOps | jenkinsci/mcp-server-plugin argoproj-labs/mcp-for-argocd harness/mcp-server |
Official Jenkins, Argo Project, and Harness resources for pipeline, build, deployment, rollback, and GitOps workflows. |
| MCP development and governance | modelcontextprotocol/python-sdk modelcontextprotocol/typescript-sdk modelcontextprotocol/registry Docker MCP Catalog and Toolkit |
Official SDKs, registry, and Docker governance surfaces for building, packaging, and controlling DevOps MCP servers. |
| Agent frameworks and templates | google/adk-python GoogleCloudPlatform/agent-starter-pack |
Official Google agent framework and production templates with CI/CD, evaluation, and observability. |
Install hundreds of official Agent Skills from the cataloged Google, Microsoft, Azure, and Azure DevOps sources with one command:
# Claude Code, macOS/Linux — installs every official skill into ~/.claude/skills/
curl -fsSL https://raw.githubusercontent.com/DevOpsAIguru123/awesome-agentic-devops/main/install/claude-code/install.sh | sh -s -- --source allPass --dry-run to preview first. Commands for Cursor, Codex, VS Code, Antigravity(Mac and Windows) — plus target folders and safety notes — are in the install guide. To install just one company or product, use the skills catalog by company & product.
| Date | Entry | Category |
|---|---|---|
| 2026-07-12 | harness/mcp-server | CI/CD / Harness |
| 2026-07-12 | harness/harness-skills | Agent skills / Harness |
| 2026-07-09 | redis/mcp-redis | Data platform / Redis |
| 2026-07-08 | Elastic Agent Builder MCP server docs | SRE / observability |
| 2026-07-07 | skyhook-io/radar | Kubernetes / community MCP |
| 2026-07-07 | OWASP MCP Top 10 | Agent security / MCP risk framework |
| 2026-07-06 | vantage-sh/vantage-mcp-server | FinOps / cloud cost |
| 2026-07-05 | hashicorp/vault-mcp-server | IaC / secrets management |
| 2026-07-05 | cloudflare/mcp-server-cloudflare | Cloud / edge |
| 2026-07-05 | CircleCI-Public/mcp-server-circleci | CI/CD |
| 2026-07-05 | mongodb-js/mongodb-mcp-server | Data platform |
| 2026-07-05 | backstage/backstage (mcp-actions-backend) | Platform toolkits |
This repo keeps runnable reference agents under agents/.
| Path | Purpose |
|---|---|
agents/adk/terraform-plan-reviewer |
Gemini ADK agent that reviews Terraform plan output and returns structured risk findings. |
agents/adk/terraform-drift-detector |
Gemini ADK agent that reviews Terraform Cloud refresh-only plans and sends Discord-ready drift alerts. |
The source of truth is data/repos.yaml. The catalog combines official vendor and open-source project resources with a dedicated section for community-driven tools and references. Entries include executable software as well as SDKs, documentation, security frameworks, registries, and other ecosystem resources.
| Repo | Labels | Operator note |
|---|---|---|
| aws/agent-toolkit-for-aws | 🟢 🔵 🛡️ 📊 |
Official AWS-supported toolkit that bundles MCP server configuration, skills, plugins, and DevSecOps agent workflows. |
| awslabs/mcp | 🟢 🔵 🛡️ |
Official AWS Labs MCP server collection; useful legacy/source reference while AWS transitions capabilities into Agent Toolkit. |
| microsoft/mcp | 🟢 🔵 🛡️ |
Official Microsoft MCP catalog, including Azure cloud and infrastructure MCP references. |
| google/mcp | 🟢 🔵 🛡️ |
Official Google MCP repository listing managed and open-source MCP servers for Google and Google Cloud. |
| googleapis/gcloud-mcp | 🟢 🔵 🛡️ |
Official Google API repository for gcloud, observability, storage, and backup/disaster-recovery MCP servers. |
| GoogleCloudPlatform/cloud-run-mcp | 🟢 🔵 🛡️ |
Official Google Cloud Platform MCP server for deploying apps to Cloud Run. |
| cloudflare/mcp-server-cloudflare | 🟢 🔵 🛡️ |
Official Cloudflare MCP servers for account, Workers, and edge configuration workflows. |
| vercel/vercel-mcp-overview | 🟢 🔵 🛡️ |
Official public overview of Vercel's hosted MCP server for project and deployment context. |
| Repo | Labels | Operator note |
|---|---|---|
| microsoft/azure-devops-mcp | 🟢 🔵 🛡️ |
Official Azure DevOps MCP server with remote-first onboarding and local server option. |
| github/github-mcp-server | 🟢 🔵 🛡️ |
Official GitHub MCP server for repository, issue, pull request, code, and workflow automation. |
| GitLab MCP server | 🟢 🔵 🛡️ |
Official GitLab MCP server is documented as a GitLab-hosted endpoint rather than a standalone GitHub repo. |
| atlassian/atlassian-mcp-server | 🟢 🔵 🛡️ |
Official Atlassian Rovo MCP server for Jira, Confluence, Jira Service Management, Bitbucket, and Compass. |
| docker/mcp-registry | 🟢 🔵 🛡️ 📊 | Official Docker MCP registry and catalog source for verified containerized MCP servers. |
| kubernetes-sigs/mcp-lifecycle-operator | 🟡 🔵 🛡️ |
Official Kubernetes SIG operator for declaratively deploying and rolling out MCP servers, not a general kubectl MCP server. |
| Repo | Labels | Operator note |
|---|---|---|
| SonarSource/sonarqube-mcp-server | 🟢 🔵 🛡️ | Official SonarQube MCP server for code quality and security insights in AI agents. |
| okta/okta-mcp-server | 🟢 🔵 🛡️ |
Official Okta self-hosted MCP server for connecting agents to Okta identity workflows. |
| OWASP MCP Top 10 | 🟢 🔵 🛡️ 📊 | Official OWASP MCP Top 10 documentation for assessing Model Context Protocol security risks across agentic DevOps integrations. |
| Snyk Studio MCP docs | 🟢 🔵 🛡️ 📊 | Official Snyk documentation for Snyk Studio agentic security workflows and Snyk MCP Server usage. |
| snyk/agent-scan | 🟢 🛡️ 📊 | Official Snyk security scanner for AI agents, MCP servers, and agent skills. |
| Wiz WIN MCP Server docs | 🟢 🔵 🛡️ 📊 | Official Wiz documentation for the WIN MCP server, adding CNAPP and cloud-security coverage. |
| Repo | Labels | Operator note |
|---|---|---|
| jenkinsci/mcp-server-plugin | 🟢 🔵 🛡️ |
Official Jenkins plugin that enables Jenkins to act as an MCP server for LLM-powered clients. |
| argoproj-labs/mcp-for-argocd | 🟡 🔵 🛡️ |
Argo Project Labs MCP server implementation for Argo CD, filling the GitOps/CD gap in the catalog. |
| CircleCI-Public/mcp-server-circleci | 🟢 🔵 🛡️ 📊 | Official CircleCI MCP server for build failure logs, pipeline status, flaky test detection, and usage analysis. |
| harness/mcp-server | 🟢 🔵 🛡️ |
Official Harness MCP server (Go) for CI/CD pipelines, deployments, connectors, feature flags, and infrastructure operations; risk-tiered model blocks destructive ops without confirmation. |
| Repo | Labels | Operator note |
|---|---|---|
| Docker MCP Catalog and Toolkit docs | 🟢 🔵 🛡️ |
Official Docker documentation for MCP Toolkit, MCP Catalog, profiles, CLI, and MCP Gateway. |
| Docker MCP Gateway docs | 🟢 🔵 🛡️ |
Official Docker MCP Gateway documentation for secure, centralized orchestration of containerized MCP tools. |
| modelcontextprotocol/servers | 🟢 🔵 🛡️ | Official MCP reference server implementations and ecosystem pointers. |
| modelcontextprotocol/python-sdk | 🟢 🔵 🛡️ | Official Python SDK for building MCP servers and clients. |
| modelcontextprotocol/typescript-sdk | 🟢 🔵 🛡️ | Official TypeScript SDK for Model Context Protocol servers and clients. |
| modelcontextprotocol/registry | 🟢 🔵 🛡️ 📊 | Official community-driven registry service for Model Context Protocol servers. |
| Repo | Labels | Operator note |
|---|---|---|
| aws-samples/sample-cloudops-multi-agent-platform | 🟡 🛡️ 📊 |
AWS Samples reference for a hierarchical multi-agent CloudOps platform using Bedrock AgentCore and Strands Agents SDK. |
| Repo | Labels | Operator note |
|---|---|---|
| hashicorp/terraform-mcp-server | 🟢 🔵 🛡️ 📊 |
Official HashiCorp Terraform MCP server with registry, HCP Terraform, Terraform Enterprise, and OTel support. |
| Pulumi MCP Server | 🟢 🔵 🛡️ |
Official Pulumi hosted MCP server for Pulumi Cloud resources, registry lookup, policies, and Pulumi Neo workflows. |
| hashicorp/vault-mcp-server | 🟢 🔵 🛡️ |
Official HashiCorp Vault MCP server (beta) for secrets and mount management alongside Terraform-driven IaC workflows. |
| Repo | Labels | Operator note |
|---|---|---|
| grafana/mcp-grafana | 🟢 🔵 🛡️ 📊 |
Official Grafana MCP server for Grafana and surrounding observability ecosystem access. |
| getsentry/sentry-mcp | 🟢 🔵 🛡️ 📊 |
Official Sentry MCP service focused on human-in-the-loop coding agents and debugging workflows. |
| datadog-labs/mcp-server | 🟢 🔵 🛡️ 📊 | Official Datadog MCP server documentation and examples for connecting AI agents to Datadog observability. |
| Datadog MCP Server setup docs | 🟢 🔵 🛡️ 📊 | Official Datadog MCP setup documentation, including the ChatGPT setup path. |
| Splunk MCP Server | 🟢 🔵 🛡️ 📊 | Splunkbase listing for the Splunk-supported MCP Server for Splunk Platform, Enterprise, and Cloud customers. |
| PagerDuty/pagerduty-mcp-server | 🟢 🔵 🛡️ |
Official PagerDuty MCP server for incidents, services, schedules, event orchestrations, and embedded incident UIs. |
| newrelic/mcp-server | 🟢 🔵 🛡️ 📊 | Official New Relic MCP server for APM, dashboard, and NRQL-based observability context. |
| Elastic Agent Builder MCP server docs | 🟢 🔵 🛡️ 📊 | Official Elastic documentation for exposing Agent Builder tools through MCP with Kibana URL and API-key authentication. |
| Repo | Labels | Operator note |
|---|---|---|
| microsoft/azure-devops-skills | 🟢 |
Official Microsoft Azure DevOps skill examples; approval gates should be verified per skill. |
| microsoft/skills | 🟢 🔵 🛡️ | Official Microsoft skills, MCP configurations, custom agents, and AGENTS.md guidance for coding agents. |
| microsoft/azure-skills | 🟢 🔵 🛡️ |
Official Azure skills plugin with Azure skills, Azure MCP tools, and Foundry MCP coverage. |
| google/skills | 🟢 🛡️ | Official Google Agent Skills repository for Google products and technologies. |
| google/adk-python | 🟢 🛡️ 📊 | Official Google Agent Development Kit for building, evaluating, and deploying agents. |
| GoogleCloudPlatform/agent-starter-pack | 🟢 🛡️ 📊 | Official Google Cloud starter pack for shipping agents with CI/CD, evaluation, observability, and security. |
| harness/harness-skills | 🟢 🛡️ |
Official Harness agent skills for Claude Code, Cursor, and GitHub Copilot enabling natural-language CI/CD automation via harness/mcp-server. |
| Repo | Labels | Operator note |
|---|---|---|
| databricks-solutions/ai-dev-kit | 🟢 🔵 🛡️ 📊 |
Databricks field-engineering AI Dev Kit with Databricks MCP server, Databricks skills, tools core, and builder app support. |
| kubeflow/mcp-server | 🟢 🔵 🛡️ |
Official Kubeflow MCP server for AI-assisted development with Kubeflow tools. |
| backstage/backstage (mcp-actions-backend) | 🟢 🔵 🛡️ |
Official CNCF Backstage plugin that exposes Internal Developer Portal actions as MCP tools for AI agents. |
| Repo | Labels | Operator note |
|---|---|---|
| jgraph/drawio-mcp | 🟢 🔵 🛡️ | draw.io MCP server and Claude Code plugin for generating, opening, and exporting draw.io diagrams with shape search. |
| Repo | Labels | Operator note |
|---|---|---|
| mongodb-js/mongodb-mcp-server | 🟢 🔵 🛡️ |
Official MongoDB MCP server (public preview) connecting agents to MongoDB Community, Enterprise, and Atlas deployments. |
| redis/mcp-redis | 🟢 🔵 🛡️ |
Official Redis MCP Server for natural-language Redis data management, cache/session workflows, vector search, streams, pub/sub, and Redis documentation lookup. |
| Repo | Labels | Operator note |
|---|---|---|
| vantage-sh/vantage-mcp-server | 🟢 🔵 🛡️ 📊 |
Official Vantage MCP server for natural-language FinOps workflows over Vantage cloud spend, budgets, anomalies, reports, and provider resources. |
| Repo | Labels | Operator note |
|---|---|---|
| rohitg00/awesome-devops-mcp-servers | 🔵 🟡 | Community discovery source for MCP ecosystem mapping and candidate integrations. |
| antonbabenko/terraform-skill | 🟡 🛡️ | Community Terraform-specific prompt and workflow reference. |
| addyosmani/agent-skills | 🟢 🛡️ | Community engineering skill reference; useful style and structure input for DevOps-specific skills. |
| Agents365-ai/drawio-skill | 🟡 🛡️ | Community draw.io skill for natural-language diagram generation, visual self-checking, and exports. |
| skyhook-io/radar | 🟢 🔵 🛡️ 📊 |
Community open-source Kubernetes UI with a built-in MCP server: read-only cluster/topology/event queries plus RBAC-scoped write and GitOps/Helm tools for AI-assisted operations. |
Start with CONTRIBUTING.md. New entries should update data/repos.yaml, include a real operational use case, classify action level, and explain safety or approval behavior.
Run validation before opening a PR:
python scripts/validate_repos_yaml.py
python scripts/sync_readme_counts.py # refreshes the intro's entry/category counts
pytest -q
python scripts/run_mock_eval_scenarios.py
python scripts/audit_github_repos.py --workers 12 --fail-on-unreachable