awesome-devops-mcp-servers
MCP server for managing infrastructure as code using Terraform.
This MCP server allows users to manage their infrastructure through code, leveraging the capabilities of Terraform. By using this server, AI assistants can interact with Terraform Cloud resources, enabling automated infrastructure management and deployment. It simplifies the process of infrastructure provisioning and management, making it accessible for both technical and non-technical users. With this server, users can define their infrastructure requirements in a declarative manner, allowing for version control and collaboration on infrastructure changes. It supports local and cloud-based environments, providing flexibility in how infrastructure is managed and deployed. This server is particularly useful for teams looking to implement Infrastructure as Code (IaC) practices in their DevOps workflows.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"awesome-devops-mcp-servers": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-devops-mcp-servers"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions