Skip to main content
Glama

Ansible MCP Server

by tarnover

aws_cloudformation

Manage AWS CloudFormation stacks using Ansible MCP Server. Perform actions like create, update, delete, or list stacks, configure templates, parameters, and tags, and automate AWS infrastructure deployment.

Instructions

Manage AWS CloudFormation stacks

Input Schema

NameRequiredDescriptionDefault
actionYes
capabilitiesNo
parametersNo
regionYes
stackNameNo
tagsNo
templateBodyNo
templateUrlNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list", "create", "update", "delete" ], "type": "string" }, "capabilities": { "items": { "type": "string" }, "type": "array" }, "parameters": { "additionalProperties": {}, "type": "object" }, "region": { "minLength": 1, "type": "string" }, "stackName": { "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" }, "templateBody": { "type": "string" }, "templateUrl": { "type": "string" } }, "required": [ "action", "region" ], "type": "object" }

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/tarnover/mcp-ansible'

If you have feedback or need assistance with the MCP directory API, please join our Discord server