Serversio.github.SurgeX-Labs/awx-mcp-server
S

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

io.github.SurgeX-Labs/awx-mcp-server · v1.1.2
▦ pypi
v1.1.2pypi pypi: awx-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.SurgeX-Labs/awx-mcp-server",
  "description": "Control AWX/Ansible Tower through natural language - 49 tools for automation",
  "repository": {
    "url": "https://github.com/SurgeX-Labs/awx-mcp-server",
    "source": "github"
  },
  "version": "1.1.2",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "awx-mcp-server",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The base URL of your AWX/Ansible Tower instance",
          "isRequired": true,
          "format": "string",
          "name": "AWX_BASE_URL"
        },
        {
          "description": "AWX API token for authentication",
          "format": "string",
          "isSecret": true,
          "name": "AWX_TOKEN"
        },
        {
          "description": "AWX username (alternative to token)",
          "format": "string",
          "name": "AWX_USERNAME"
        },
        {
          "description": "AWX password (alternative to token)",
          "format": "string",
          "isSecret": true,
          "name": "AWX_PASSWORD"
        },
        {
          "description": "Whether to verify SSL certificates (set to false for self-signed)",
          "format": "boolean",
          "name": "AWX_VERIFY_SSL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}