AWS MCP Proxy

AWS MCP access without a Python runtime

AWS MCP Proxy

A proxy for your MCP client to reach IAM-authenticated AWS MCP endpoints, signing each request with AWS SigV4. It's a Go rewrite of AWS's Python proxy that ships as one signed, self-contained binary — so there's no uvx, Python, or uv runtime to bootstrap, audit, and cache on every workstation, which is what makes it a fit for locked-down corporate environments.

$ curl -fsSL https://raw.githubusercontent.com/ajbeck/go-aws-mcp-proxy/main/install.sh | sh

Start here

Why a Go rewrite

Documentation