Skip to main content
Glama

LocalStack MCP Server

Official
by localstack

localstack-cloud-pods

Save, load, delete, or reset LocalStack Cloud Pods to manage state snapshots of AWS development environments.

Instructions

Manages LocalStack Cloud Pods with following actions: save, load, delete, reset

Input Schema

NameRequiredDescriptionDefault
actionYesThe Cloud Pods action to perform.
pod_nameNoThe name of the Cloud Pod. This is required for 'save', 'load', and 'delete' actions.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The Cloud Pods action to perform.", "enum": [ "save", "load", "delete", "reset" ], "type": "string" }, "pod_name": { "description": "The name of the Cloud Pod. This is required for 'save', 'load', and 'delete' actions.", "type": "string" } }, "required": [ "action" ], "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