Back to MCP directory
publicPublicdnsLocal runtime

ansible-tower-mcp

一个用于LLM与Ansible Tower交互的MCP服务器

article

README

🚀 Ansible Tower MCP 服务器

Ansible Tower MCP 服务器是一个 MCP 服务器,它让大语言模型(LLM)能够与 Ansible Tower 进行交互。用户可以根据模板创建 .env 文件,借助任意 LLM 提供者来使用该服务器,轻松尝试在自己的 Ansible Tower 实例上开展相关操作。

🚀 快速开始

要尝试使用您自己的 Ansible Tower 实例,请根据模板创建 .env 文件,并使用任何 LLM 提供者来利用该服务器。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client