power-ansible

bergmann-max/power-ansible
★ 1 stars Unknown language 💻 Code/Dev Tools Updated 4d ago
Kiro Power that provides an MCP server and steering files for build, lint, and validate Ansible playbooks and roles with best practices.
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": {
    "power-ansible": {
      "command": "npx",
      "args": [
        "-y",
        "bergmann-max/power-ansible"
      ]
    }
  }
}

README Excerpt

A [Kiro Power](https://kiro.dev/docs/powers/) that provides an MCP server and steering files to build, lint, and validate Ansible playbooks and roles. - `lint_file` — ansible-lint on file or role directory - `syntax_check` — validate playbook syntax without execution - `diff_check` — preview changes via `--check --diff`