Back to Home
aws icon

mcp-proxy-for-aws

Verified Safe

by aws

Overview

The MCP Proxy for AWS enables AI applications to securely connect to Model Context Protocol (MCP) servers hosted on AWS by automatically handling AWS IAM (SigV4) authentication.

Installation

Run Command
uv run mcp_proxy_for_aws/server.py <SigV4 MCP endpoint URL>

Environment Variables

  • AWS_PROFILE
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN
  • AWS_REGION

Security Notes

The project uses standard AWS SDK (boto3, botocore) for SigV4 authentication, which is a robust security mechanism. It incorporates `httpx` for secure HTTP communication. There are no apparent hardcoded secrets, 'eval' calls, or malicious patterns. The code includes a monkey-patch to a dependency (`fastmcp`) to improve error handling, which is a known practice but requires careful review. The primary security consideration for users is ensuring proper AWS IAM credential management.

Similar Servers

Stats

Interest Score95
Security Score9
Cost ClassLow
Stars202
Forks25
Last Update2025-12-10

Tags

MCPAWSProxySigV4AI Agents