Skip to main content
Glama

LocalStack MCP Server

Official
by localstack

localstack-aws-client

Execute AWS CLI commands against LocalStack for local development and testing without requiring 'awslocal' prefix.

Instructions

Executes an AWS CLI command against the running LocalStack container using the 'awslocal' wrapper.

Input Schema

NameRequiredDescriptionDefault
commandYesThe AWS CLI command to execute (e.g., 's3 ls', 'dynamodb list-tables'). Do not include 'awslocal' or 'aws'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The AWS CLI command to execute (e.g., 's3 ls', 'dynamodb list-tables'). Do not include 'awslocal' or 'aws'.", "minLength": 1, "type": "string" } }, "required": [ "command" ], "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