ansible-mcp-server
Ansible NLP MCP
Servidor MCP local para permitir que o Codex interaja com este repositório Ansible por linguagem natural, usando ferramentas seguras em vez de expor um shell genérico.
Ferramentas
health: mostra raiz, timeout e se execução mutável está habilitada.list_playbooks: lista playbooks e workflows executáveis.inspect_playbook: resume plays, hosts,vars_files, tasks iniciais e variáveis obrigatórias comuns.suggest_playbooks: ranqueia playbooks a partir de um pedido em linguagem natural.inventory_graph: executaansible-inventory --graph.inventory_summary: resume grupos e hosts do inventário.syntax_check: executaansible-playbook --syntax-check.check_playbook: executaansible-playbook --check.run_playbook: executa playbook real, bloqueado por padrão.ping_hosts: executaansible -m pingouansible.windows.win_ping.list_logsetail_log: consulta logs dentro delogs/.
Related MCP server: AAP MCP Server
Instalação
cd /root/ansible
python3 -m venv .venv-mcp
. .venv-mcp/bin/activate
pip install -r ansible_mcp/requirements.txtTeste local
cd /root/ansible
. .venv-mcp/bin/activate
python -m ansible_mcp.serverEsse comando inicia um servidor MCP por stdio e fica aguardando um cliente MCP.
Configuração no Codex
Exemplo para .codex/config.toml no projeto, ou para ~/.codex/config.toml se quiser habilitar globalmente:
[mcp_servers.ansible]
command = "/root/ansible/.venv-mcp/bin/python"
args = ["/root/ansible/ansible_mcp/server.py"]
cwd = "/root/ansible"
enabled = true
startup_timeout_sec = 10
tool_timeout_sec = 900
env = { ANSIBLE_MCP_ROOT = "/root/ansible", ANSIBLE_MCP_ALLOW_RUN = "0" }Com ANSIBLE_MCP_ALLOW_RUN = "0", o MCP permite inspeção, inventário, ping, syntax-check e check-mode, mas bloqueia execução real de playbooks.
Para permitir execução mutável:
[mcp_servers.ansible]
command = "/root/ansible/.venv-mcp/bin/python"
args = ["/root/ansible/ansible_mcp/server.py"]
cwd = "/root/ansible"
enabled = true
startup_timeout_sec = 10
tool_timeout_sec = 900
env = { ANSIBLE_MCP_ROOT = "/root/ansible", ANSIBLE_MCP_ALLOW_RUN = "1" }Mesmo habilitado, run_playbook ainda exige confirm = "RUN" na chamada da ferramenta.
Exemplos de intenção NLP
"Qual playbook eu uso para atualizar Windows do wuday1?"
"Faça syntax-check do playbook de Windows Update com
day=wuday1.""Rode em check mode a atualização Linux só no grupo rocky."
"Mostre os últimos logs do Citrix Day."
"Liste os grupos de inventário e quantos hosts existem em cada um."
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceThis Model Context Protocol server enables AI assistants to interact directly with Ansible, allowing them to execute playbooks, manage inventory, check syntax, and perform other Ansible operations.1826MIT
- AlicenseBqualityBmaintenanceEnterprise-grade MCP server exposing Ansible Automation Platform 2.x as a complete AI interface for LLMs, enabling natural language management of automation resources.861Apache 2.0
- FlicenseAqualityCmaintenanceAn MCP server that lets AI agents discover Ansible Galaxy collection input/output contracts, including module arguments, return values, and role facts, to help generate accurate playbooks.6
- FlicenseNot gradedqualityCmaintenanceIndustry-standard MCP server for AWX/AAP/Ansible Tower automation, enabling AI agents to manage job templates, launch and monitor jobs, and handle inventories and projects through natural language.10
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
GibsonAI MCP server: manage your databases with natural language
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/infra-mdsystems/ansible_mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server