Awesome DevOps MCP Servers

v1.0.0Developer Toolsstable

A curated list of awesome MCP servers focused on DevOps tools and capabilities.

aicloudnativedevopsgenaillm
Share:
987
Stars
0
Downloads
0
Weekly
0/5

What is Awesome DevOps MCP Servers?

Awesome DevOps MCP Servers is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to curated list of awesome mcp servers focused on devops tools and capabilities.

A curated list of awesome MCP servers focused on DevOps tools and capabilities.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A curated list of awesome MCP servers focused on DevOps tool

Use Cases

Curated DevOps-focused MCP server list
CloudNative tooling discovery
rohitg00

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-devops-mcp-servers

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Awesome DevOps MCP Servers

Awesome DevOps MCP Servers is a curated GitHub repository that catalogs Model Context Protocol servers focused specifically on DevOps tooling, cloud infrastructure, CI/CD, security, and observability. Rather than being an installable server itself, it serves as a comprehensive reference guide for DevOps engineers and platform teams looking to extend their AI assistants with infrastructure management, Kubernetes operations, Terraform, cloud provider APIs, monitoring, and security scanning capabilities. Each entry includes the programming language, deployment scope (cloud or local), and OS compatibility to help engineers quickly identify the right MCP server for their stack.

Prerequisites

  • An MCP-compatible AI client such as Claude Desktop, Cursor, or Windsurf
  • Git for cloning individual MCP server repositories listed in the guide
  • Docker or Kubernetes access for infrastructure-related MCP servers
  • Relevant cloud provider credentials (AWS, Azure, GCP) depending on which listed servers you deploy
1

Browse the curated list on GitHub

Visit the repository to browse all categorized DevOps MCP servers. The list is organized by domain: cloud infrastructure, CI/CD, security, monitoring, version control, and more.

# View the repository
https://github.com/rohitg00/awesome-devops-mcp-servers
2

Identify the MCP server matching your stack

Use the language indicators (Python, TypeScript, Go, Rust) and scope tags (Cloud, Local) to filter servers that match your infrastructure. Each entry links to the implementation repository.

3

Clone the specific MCP server repository

Once you have identified the right server for your needs, clone its individual repository and follow its setup instructions. Each server has its own README with install steps.

# Example: clone a Kubernetes MCP server from the list
git clone <url-from-awesome-list>
cd <server-directory>
npm install  # or pip install -r requirements.txt
4

Configure the chosen server in your MCP client

Add the selected DevOps MCP server to your Claude Desktop or Cursor config using the command and environment variables documented in its README.

{
  "mcpServers": {
    "devops-tool": {
      "command": "npx",
      "args": ["<package-from-list>"],
      "env": {
        "CLOUD_API_KEY": "your-key-here"
      }
    }
  }
}
5

Contribute or suggest additions

If you build or find a DevOps MCP server not in the list, open a pull request to add it. The repository welcomes contributions across all DevOps domains.

git clone https://github.com/rohitg00/awesome-devops-mcp-servers.git
# Add your entry to README.md following the existing format
git commit -m "Add: <server-name> MCP server for <category>"
git push origin HEAD

Awesome DevOps MCP Servers Examples

Client configuration

Example configuration showing how to wire up a DevOps MCP server discovered from the awesome list — replace the command with the specific package from the entry you choose.

{
  "mcpServers": {
    "devops-mcp": {
      "command": "npx",
      "args": ["awesome-devops-mcp-servers"],
      "env": {
        "CLOUD_PROVIDER_API_KEY": "your-key-here"
      }
    }
  }
}

Prompts to try

Example AI assistant prompts you can use once a DevOps MCP server from the list is configured.

- "List all running Kubernetes pods in the production namespace"
- "Show me the Terraform plan for the latest infrastructure changes"
- "Scan my GitHub Actions workflow for security vulnerabilities"
- "What are the current Prometheus alerts firing in my cluster?"
- "Create a new GitHub issue for the deployment failure"

Troubleshooting Awesome DevOps MCP Servers

A listed MCP server repository returns 404 or is archived

Repositories in curated lists can move or be deprecated. Search for the package name on npm or PyPI directly, or open an issue on the awesome-devops-mcp-servers repo to flag the broken link.

Cloud provider MCP server cannot authenticate

Each cloud provider MCP server requires its own credentials (e.g. AWS_ACCESS_KEY_ID, AZURE_SUBSCRIPTION_ID). Check the specific server's README for the exact environment variable names required.

Frequently Asked Questions about Awesome DevOps MCP Servers

What is Awesome DevOps MCP Servers?

Awesome DevOps MCP Servers is a Model Context Protocol (MCP) server that curated list of awesome mcp servers focused on devops tools and capabilities. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Awesome DevOps MCP Servers?

Follow the installation instructions on the Awesome DevOps MCP Servers GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Awesome DevOps MCP Servers?

Awesome DevOps MCP Servers works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Awesome DevOps MCP Servers free to use?

Yes, Awesome DevOps MCP Servers is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "awesome-devops-mcp-servers": { "command": "npx", "args": ["-y", "awesome-devops-mcp-servers"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Awesome DevOps MCP Servers?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides