Skip to content

AWS MCP Server for Zed

io.github.aws/mcp-proxy-for-aws

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

client:Zed transport:stdio runtime:pypi

Install AWS MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-proxy-for-aws": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AWS MCP Server in other clients