
FTL MCP
by benthomasson
High-performance Ansible automation and Infrastructure-as-Code generation powered by faster_than_light.
What it does
FTL MCP integrates the high-performance faster_than_light execution engine with the Model Context Protocol. It allows AI agents to execute Ansible modules, gather system facts, and manage remote hosts with 2-10x the speed of standard Ansible, while automatically recording tasks to generate reusable YAML playbooks.
Tools
ansible_command: Execute shell commands on remote hosts.ansible_module: Run any Ansible module with high performance.ansible_setup: Gather facts from target hosts.ansible_copy: Copy files to target hosts.generate_playbook: Convert recorded session tasks into a formal Ansible playbook YAML.load_inventory: Load Ansible YAML inventory into the current context.get_secrets_status: Securely check status of secrets manager without exposing values.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ftl-mcp": {
"command": "python",
"args": ["-m", "ftl_mcp.server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install -e ".[dev]" && python -m ftl_mcp.serverInformation
- Pricing
- free
- Published
- 5/16/2026
- stars






