MCP Server
MCP
io.github.SurgeX-Labs/awx-mcp-server
Control AWX/Ansible Tower through natural language - 49 tools for automation
Install
uvx awx-mcp-server
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment