← Index

io.github.SurgeX-Labs/awx-mcp-server

io.github.SurgeX-Labs/awx-mcp-server·v1.1.2·Other
Quality Score
82
/100

Control AWX/Ansible Tower through natural language - 49 tools for automation

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "awx-mcp-server": {
      "command": "uvx",
      "args": [
        "awx-mcp-server"
      ],
      "env": {
        "AWX_BASE_URL": "<awx_base_url>",
        "AWX_TOKEN": "<your-awx_token>",
        "AWX_USERNAME": "<awx_username>",
        "AWX_PASSWORD": "<your-awx_password>",
        "AWX_VERIFY_SSL": "<awx_verify_ssl>"
      }
    }
  }
}
§02  Environment variables
AWX_BASE_URL
required

The base URL of your AWX/Ansible Tower instance

AWX_TOKEN
secret

AWX API token for authentication

AWX_USERNAME

AWX username (alternative to token)

AWX_PASSWORD
secret

AWX password (alternative to token)

AWX_VERIFY_SSL

Whether to verify SSL certificates (set to false for self-signed)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other