Description

Devopness automates DevOps workflows and custom pipelines to manage infrastructure environments in any major cloud provider. Provision and manage cloud infrastructure, deploy applications to AWS, Azure, DigitalOcean, GCP, and other major cloud providers. Streamlines essential DevOps practices with infrastructure as code, automated deployments, and centralized management of servers, applications, and environments.

Installation

git clone https://github.com/devopness/devopness

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "devopness": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}