localstack-management

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

Server Localstack @localstack/localstack-mcp-server
Category Execute
Risk class High
Parameters 31 required

What localstack-management does on Localstack

AI agents invoke localstack-management to trigger actions in Localstack. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
action string Yes The LocalStack management action to perform
envVars object Additional environment variables as key-value pairs (only for start action)
service string The LocalStack stack/service to manage. Use 'aws' for the default AWS emulator, or 'snowflake' for the Snowflake emulator.

Parameters from the server's own tool schema.

Why localstack-management needs a policy

While the 'check status' operation is Read-like, the primary capabilities (start, stop, restart) are Execute operations that trigger container lifecycle changes. These are external operations that run as a consequence of the tool call. The severity is high because unintended container restarts or shutdowns could disrupt infrastructure and services, though not irreversible (Destructive) or financial in nature.

From the tool's definition Tool performs lifecycle management operations: "start, stop, restart, or check status" on LocalStack containers.

Questions about localstack-management

What does the localstack-management tool do? +

Manage LocalStack lifecycle: start, stop, restart, or check status. It is categorised as a Execute tool in the Localstack MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does localstack-management accept? +

localstack-management accepts 3 parameters: action, envVars, service. Required: action. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on localstack-management? +

Register the Localstack MCP server in PolicyLayer and add a rule for localstack-management: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Localstack. Nothing to install.

What risk level is localstack-management? +

localstack-management is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit localstack-management? +

Yes. Add a rate_limit block to the localstack-management rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block localstack-management completely? +

Set action: deny in the PolicyLayer policy for localstack-management. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides localstack-management? +

localstack-management is provided by the Localstack MCP server (@localstack/localstack-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.