Awesome DevOps MCP Servers
A curated list of awesome MCP servers focused on DevOps tools and capabilities.
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
Maintainer
Works with
Installation
Manual Installation
npx awesome-devops-mcp-serversConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-serversIdentify 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.
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.txtConfigure 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"
}
}
}
}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 HEADAwesome 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.
Awesome DevOps MCP Servers Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome DevOps MCP Servers? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Awesome DevOps MCP Servers in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.