ansible_mcp_demo

hdefazio/ansible_mcp_demo
★ 0 stars Python ⚙️ DevOps Updated today
Demonstrates integrating MCP servers into Ansible playbooks using ansible.mcp and ansible.mcp_builder collections.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ansible_mcp_demo": {
      "command": "uvx",
      "args": [
        "ansible-mcp-demo"
      ]
    }
  }
}

Or install with pip: pip install ansible-mcp-demo