Skip to main content
Glama

LocalStack MCP Server

Official
by localstack

localstack-management

Control LocalStack lifecycle operations: start, stop, restart, or check status of your local AWS development environment.

Instructions

Manage LocalStack lifecycle: start, stop, restart, or check status

Input Schema

NameRequiredDescriptionDefault
actionYesThe LocalStack management action to perform
envVarsNoAdditional environment variables as key-value pairs (only for start action)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The LocalStack management action to perform", "enum": [ "start", "stop", "restart", "status" ], "type": "string" }, "envVars": { "additionalProperties": { "type": "string" }, "description": "Additional environment variables as key-value pairs (only for start action)", "type": "object" } }, "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