Skip to main content
Glama

LocalStack MCP Server

Official
by localstack

localstack-deployer

Deploy or destroy AWS infrastructure on LocalStack using CDK or Terraform to manage cloud resources in development environments.

Instructions

Deploys or destroys AWS infrastructure on LocalStack using CDK or Terraform.

Input Schema

NameRequiredDescriptionDefault
actionYesThe deployment action to perform: 'deploy' to create/update resources, or 'destroy' to remove them.
directoryYesThe required path to the project directory containing your infrastructure-as-code files.
projectTypeNoThe type of project. 'auto' (default) infers from files. Specify 'cdk' or 'terraform' to override.auto
variablesNoKey-value pairs for parameterization. Used for Terraform variables (-var) or CDK context (-c).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The deployment action to perform: 'deploy' to create/update resources, or 'destroy' to remove them.", "enum": [ "deploy", "destroy" ], "type": "string" }, "directory": { "description": "The required path to the project directory containing your infrastructure-as-code files.", "type": "string" }, "projectType": { "default": "auto", "description": "The type of project. 'auto' (default) infers from files. Specify 'cdk' or 'terraform' to override.", "enum": [ "cdk", "terraform", "auto" ], "type": "string" }, "variables": { "additionalProperties": { "type": "string" }, "description": "Key-value pairs for parameterization. Used for Terraform variables (-var) or CDK context (-c).", "type": "object" } }, "required": [ "action", "directory" ], "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/localstack/localstack-mcp-server'

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