Skip to content
Windsurf

awx mcp server for Windsurf

io.github.surgex-labs/awx-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install awx mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "awx-mcp-server": {
      "command": "uvx",
      "args": [
        "awx-mcp-server"
      ],
      "env": {
        "AWX_BASE_URL": "<AWX_BASE_URL>",
        "AWX_TOKEN": "<AWX_TOKEN>",
        "AWX_USERNAME": "<AWX_USERNAME>",
        "AWX_PASSWORD": "<AWX_PASSWORD>",
        "AWX_VERIFY_SSL": "<AWX_VERIFY_SSL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

awx mcp server in other clients