A

Ansible Tower

Bridges AI systems with Ansible Tower/AWX instances for infrastructure automation, enabling inventory, host, job template, and credential management through a s

Ansible·No reviews yet
Repo
Share:

About

Bridges AI systems with Ansible Tower/AWX instances for infrastructure automation, enabling inventory, host, job template, and credential management through a secure API interface for DevOps workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Install Ansible Tower

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "ansible-tower": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ansible-tower"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "ansible-tower": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ansible-tower"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "ansible-tower": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ansible-tower"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.