localstack for Zed
io.github.giovanemartins/localstack
MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.
client:Zed
transport:stdio
runtime:npm
Install localstack in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"localstack": {
"command": "npx",
"args": [
"-y",
"@giovane.martins/localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "<LOCALSTACK_ENDPOINT>",
"AWS_REGION": "<AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs