Back to Home
redhat-cop icon

ansible.mcp_builder

Verified Safe

by redhat-cop

Overview

Automated deployment and management of Model Context Protocol (MCP) servers within Ansible Execution Environments.

Installation

Run Command
ansible-playbook ansible.mcp_builder.install_mcp -e mcp_servers=github_mcp -e github_mcp_mode=remote

Environment Variables

  • AWS_PROFILE
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • GITHUB_PERSONAL_ACCESS_TOKEN

Security Notes

The project uses `ansible.builtin.command` and `ansible.builtin.shell` extensively for installing language runtimes (Go, Node.js, Python/uv) and packages (npm, PyPI) from external sources like golang.org, nodesource.com, and astral.sh. While these are common and necessary for its function, reliance on external sources carries inherent risks. Repository cloning (github.com) is also used. There are no direct hardcoded secrets or obvious malicious patterns found. Temporary disabling of `aws_core_mcp_do_verify` is noted due to an upstream issue. Overall, it's safe for its intended purpose of building execution environments.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassHigh
Stars1
Forks5
Last Update2026-01-16

Tags

AIAnsibleMCPExecution EnvironmentsCloud Automation