Documentation
Installation
Install the aws-mcp-proxy binary on Linux or macOS.
Install script
Install the latest release on Linux or macOS:
$
curl -fsSL https://raw.githubusercontent.com/ajbeck/go-aws-mcp-proxy/main/install.sh | shThe script downloads the correct binary for your platform and installs it to /usr/local/bin by default. Override the destination with BIN_DIR:
BIN_DIR="$HOME/.local/bin" curl -fsSL https://raw.githubusercontent.com/ajbeck/go-aws-mcp-proxy/main/install.sh | shBuild from source
The project builds with Go 1.26 and a small script runner:
go run ./cmd/scripts buildThe binary is written to ./bin/aws-mcp-proxy.
The proxy loads AWS credentials from the standard AWS chain, including profiles and SSO. No credentials are required for unsigned endpoints such as the public AWS documentation MCP server.