Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It enables AI agents to manage the full local cloud development lifecycle: start
Before configuring the MCP server, ensure the following are installed and available on your system `PATH`:

- [Node.js](https://nodejs.org/en/download/) (v22.x or later) to run `npx`.
- [LocalStack CLI](/aws/developer-tools/running-localstack/localstack-cli/) and [Docker](https://docs.docker.com/get-docker/) to manage the LocalStack container.
- [Docker](https://docs.docker.com/get-docker/) to manage the LocalStack container.
- A [LocalStack Auth Token](/aws/getting-started/auth-token/) configured as `LOCALSTACK_AUTH_TOKEN`. All MCP server tools require a valid Auth Token.
- [`cdklocal`](https://github.com/localstack/aws-cdk-local), [`tflocal`](https://github.com/localstack/terraform-local), or [`samlocal`](https://github.com/localstack/aws-sam-cli-local) if you plan to use the infrastructure deployment tool. (**optional**)
- [Snowflake CLI](https://docs.snowflake.com/en/developer-guide/snowflake-cli/index) (`snow`) if you plan to use the Snowflake client tool. (**optional**)
Expand Down
Loading