Skip to content
Cursor

awx mcp server for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install awx mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "awx-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

awx mcp server in other clients