0.0.3 • Published 9 months ago

@buildwithlayer/localstack-mcp-demo v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Localstack

Hey Harsh and Team! This is your demo MCP server, it can:

  • "Help me quickstart my localstack project"
  • "List my bucket assets"
  • "Get my lambda runtimes"
  • "Check health"

Install

  1. Go to Cursor
  2. Navigate to Cursor > Cursor Settings > MCP Servers
  3. Click on the "+" button and select "Add MCP Server"
  4. Copy paste this configuration:
{
  "mcpServers": {
    "Localstack": {
      "command": "npx",
      "args": [
        "@buildwithlayer/localstack-mcp-demo"
      ]
    }
  }
}
  1. If everything is working, you should see the Localstack MCP server in the list like this:

Localstack MCP Server