cloud platforms

Localstack Mcp Server

A MCP server for LocalStack to manage local AWS environments, including lifecycle operations, infra deployments, log analysis, fault injection, and state management.

typescript
local
enterprise
cloud platforms
0
View on GitHub

Installation

npx -y localstack/localstack-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "localstack-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "localstack/localstack-mcp-server"
  ]
}

About This MCP Server

localstack/localstack-mcp-server

A MCP server for LocalStack to manage local AWS environments, including lifecycle operations, infra deployments, log analysis, fault injection, and state management.

GitHub: https://github.com/localstack/localstack-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub