awesome-devops s
A curated list of awesome MCP servers focused on DevOps tools and capabilities.
claude mcp add --transport stdio rohitg00-awesome-devops-mcp-servers node index.js \ --env DEBUG="Enable debug logs" \ --env API_KEY="your-api-key-if-required"
How to use
This MCP server acts as a curated index for DevOps-focused MCP implementations. It aggregates references to various MCP servers that provide capabilities such as cloud infrastructure management, container orchestration, IaC tooling, and DevOps automation. Use this server to discover concrete MCP implementations, then query or interact with the specific server entries it points to using your preferred MCP client. Each listed project typically exposes standard MCP endpoints that allow natural language prompts to translate into actions like running CLI commands, querying cloud resources, or managing Kubernetes resources through familiar DevOps workflows.
How to install
Prerequisites:
- Node.js (recommended runtime for MCP servers listed here) or a suitable environment matching the chosen command for the server entry.
- Access to the internet to fetch dependencies and connected MCP implementations.
Installation steps:
- Clone the repository that contains this MCP server listing (the awesome-devops MCP directory).
- Navigate to the project root: cd path/to/awesome-devops
- Install dependencies (adjust command if not using Node.js): npm install
- Start the MCP server (example for Node.js entry): npm start
- If the server requires environment variables (e.g., API keys), create a .env file or export variables in your shell before starting: export API_KEY=your-api-key export DEBUG=true
- Verify the server is running by checking logs or hitting the server’s health endpoint as documented in the specific MCP server you intend to use.
Additional notes
Notes:
- This README acts as a curated index of DevOps-related MCP servers. Each listed repository is independently maintained; refer to their individual docs for exact capabilities and usage.
- If you plan to deploy in production, review each server’s security model, authentication mechanisms, and any required credentials.
- Environment variables like API_KEY or tokens are common; never commit secrets. Use secure secret management where possible.
- If a specific server entry requires a container or Docker image, you can switch to the docker command pattern and run the appropriate image with the required ports and volumes configured per that server’s docs.
Related MCP Servers
adk-go
An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
lemonade
Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs. Join our discord: https://discord.gg/5xXzkMu8Zk
kubectl
A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or pip install kubectl-mcp-server
sdk-typescript
A model-driven approach to building AI agents in just a few lines of code.
station
Station is our open-source runtime that lets teams deploy agents on their own infrastructure with full control.
prometheus
A Model Context Protocol (MCP) server that enables AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces.