Get the FREE Ultimate OpenClaw Setup Guide →

awesome-devops s

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

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
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:

  1. Clone the repository that contains this MCP server listing (the awesome-devops MCP directory).
  2. Navigate to the project root: cd path/to/awesome-devops
  3. Install dependencies (adjust command if not using Node.js): npm install
  4. Start the MCP server (example for Node.js entry): npm start
  5. 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
  6. 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

Sponsor this space

Reach thousands of developers