Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Yaw Labs AWS MCP in other clients