MCP Server
MCP
io.github.giovanemartins/localstack
MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.
Install
npx -y @giovane.martins/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment