Yaw Labs AWS MCP for Zed
io.github.yawlabs/aws-mcp
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
client:Zed
transport:stdio
runtime:npm
Install Yaw Labs AWS MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aws-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
],
"env": {
"AWS_PROFILE": "<AWS_PROFILE>",
"AWS_REGION": "<AWS_REGION>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs