You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`localstack-management`](./src/tools/localstack-management.ts)| Manages LocalStack runtime operations for AWS and Snowflake stacks | - Execute start, stop, restart, and status checks<br/>- Integrate LocalStack authentication tokens<br/>- Inject custom environment variables<br/>- Verify real-time status and perform health monitoring |
@@ -43,7 +46,7 @@ For other MCP Clients, refer to the [configuration guide](#configuration).
43
46
44
47
-[LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) and Docker installed in your system path
45
48
-[`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) installed in your system path for running infrastructure deployment tooling
46
-
- A [valid LocalStack Auth Token](https://docs.localstack.cloud/aws/getting-started/auth-token/)to enable Pro services, IAM Policy Analyzer, Cloud Pods, Chaos Injector, and Extensions tools (**optional**)
49
+
- A [valid LocalStack Auth Token](https://docs.localstack.cloud/aws/getting-started/auth-token/)configured as `LOCALSTACK_AUTH_TOKEN` (**required for all MCP tools**)
47
50
-[Node.js v22.x](https://nodejs.org/en/download/) or higher installed in your system path
48
51
49
52
### Configuration
@@ -55,40 +58,28 @@ Add the following to your MCP client's configuration file (e.g., `~/.cursor/mcp.
All LocalStack MCP tools require `LOCALSTACK_AUTH_TOKEN` to be set. You can get your LocalStack Auth Token by following the official [documentation](https://docs.localstack.cloud/aws/getting-started/auth-token/).
71
+
64
72
If you installed from source, change `command` and `args` to point to your local build:
To activate LocalStack licensed features, you need to add your LocalStack Auth Token to the environment variables. You can get your LocalStack Auth Token by following the official [documentation](https://docs.localstack.cloud/aws/getting-started/auth-token/).
80
-
81
-
Here's how to add your LocalStack Auth Token to the environment variables:
0 commit comments