← Back to Plugins
MCP Server MCP

io.github.giovanemartins/localstack

github By github 👁 1 views ▲ 0 votes

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...