io.github.giovanemartins/localstack✓
io.github.giovanemartins/localstack · v1.1.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.giovanemartins/localstack",
"description": "MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.",
"repository": {
"url": "https://github.com/giovanemartins/localstack-mcp-server",
"source": "github",
"id": "955057457"
},
"version": "1.1.5",
"packages": [
{
"registryType": "npm",
"identifier": "@giovane.martins/localstack",
"version": "1.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LocalStack endpoint URL",
"format": "string",
"default": "http://localhost:4566",
"name": "LOCALSTACK_ENDPOINT"
},
{
"description": "AWS region",
"format": "string",
"default": "us-east-1",
"name": "AWS_REGION"
},
{
"description": "AWS access key ID",
"format": "string",
"isSecret": true,
"default": "test",
"name": "AWS_ACCESS_KEY_ID"
},
{
"description": "AWS secret access key",
"format": "string",
"isSecret": true,
"default": "test",
"name": "AWS_SECRET_ACCESS_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}