Skip to content
Zed

AWS MCP Server for Zed

io.github.aws/aws-mcp

A managed MCP server enabling AI agents to 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": {
    "aws-mcp": {
      "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