io.github.localstack/localstack-mcp-server icon
io.github.localstack

localstack-mcp-server

A LocalStack MCP Server providing essential tools for local cloud development & testing

stdioofficialapplication

Package Details

Transportstdio

Environment Variables

LOCALSTACK_AUTH_TOKEN(str)
RequiredSecret

LocalStack Auth Token (required for all LocalStack MCP tools)

AWS_ACCESS_KEY_ID(str)
Secret

Source AWS access key used by AWS Replicator to read external AWS resources

AWS_SECRET_ACCESS_KEY(str)
Secret

Source AWS secret access key used by AWS Replicator to read external AWS resources

AWS_SESSION_TOKEN(str)
Secret

Optional source AWS session token used by AWS Replicator for temporary credentials

AWS_DEFAULT_REGION(str)

Source AWS region used by AWS Replicator

AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID(str)
Secret

Optional Replicator-specific source AWS access key. Use this instead of AWS_ACCESS_KEY_ID when the Replicator source account should be isolated from generic AWS config.

AWS_REPLICATOR_SOURCE_AWS_SECRET_ACCESS_KEY(str)
Secret

Optional Replicator-specific source AWS secret access key. Use with AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID.

AWS_REPLICATOR_SOURCE_AWS_SESSION_TOKEN(str)
Secret

Optional Replicator-specific source AWS session token for temporary credentials.

AWS_REPLICATOR_SOURCE_REGION_NAME(str)

Optional Replicator-specific source AWS region. Use with the AWS_REPLICATOR_SOURCE_* credential group.

AWS_REPLICATOR_SOURCE_ENDPOINT_URL(str)

Optional Replicator-specific source AWS endpoint URL for advanced source-account scenarios.

APP_INSPECTOR(str)

Set to 1 in the LocalStack container environment to enable App Inspector by default across restarts. The MCP tool can also toggle App Inspector at runtime.