A LocalStack MCP Server providing essential tools for local cloud development & testing
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@localstack/localstack-mcp-server · npm · 0.5.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.localstack/localstack-mcp-server",
"description": "A LocalStack MCP Server providing essential tools for local cloud development & testing",
"repository": {
"url": "https://github.com/localstack/localstack-mcp-server",
"source": "github"
},
"version": "0.5.0",
"icons": [
{
"src": "https://raw.githubusercontent.com/localstack/localstack-mcp-server/main/icon.png",
"mimeType": "image/png",
"sizes": [
"256x256"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@localstack/localstack-mcp-server",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LocalStack Auth Token (required for all LocalStack MCP tools)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LOCALSTACK_AUTH_TOKEN"
},
{
"description": "Source AWS access key used by AWS Replicator to read external AWS resources",
"format": "string",
"isSecret": true,
"name": "AWS_ACCESS_KEY_ID"
},
{
"description": "Source AWS secret access key used by AWS Replicator to read external AWS resources",
"format": "string",
"isSecret": true,
"name": "AWS_SECRET_ACCESS_KEY"
},
{
"description": "Optional source AWS session token used by AWS Replicator for temporary credentials",
"format": "string",
"isSecret": true,
"name": "AWS_SESSION_TOKEN"
},
{
"description": "Source AWS region used by AWS Replicator",
"format": "string",
"name": "AWS_DEFAULT_REGION"
},
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID"
},
{
"description": "Optional Replicator-specific source AWS secret access key. Use with AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID.",
"format": "string",
"isSecret": true,
"name": "AWS_REPLICATOR_SOURCE_AWS_SECRET_ACCESS_KEY"
},
{
"description": "Optional Replicator-specific source AWS session token for temporary credentials.",
"format": "string",
"isSecret": true,
"name": "AWS_REPLICATOR_SOURCE_AWS_SESSION_TOKEN"
},
{
"description": "Optional Replicator-specific source AWS region. Use with the AWS_REPLICATOR_SOURCE_* credential group.",
"format": "string",
"name": "AWS_REPLICATOR_SOURCE_REGION_NAME"
},
{
"description": "Optional Replicator-specific source AWS endpoint URL for advanced source-account scenarios.",
"format": "string",
"name": "AWS_REPLICATOR_SOURCE_ENDPOINT_URL"
},
{
"description": "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.",
"format": "string",
"name": "APP_INSPECTOR"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-17T20:01:27.772313Z",
"publishedAt": "2026-06-17T20:01:27.772313Z",
"updatedAt": "2026-06-17T20:01:27.772313Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.5.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.