guidance-for-deploying-model-context-protocol-servers-on-aws

aws-solutions-library-samples/guidance-for-deploying-model-context-protocol-servers-on-aws
★ 145 stars TypeScript 🔒 Security Updated 1mo ago
This Guidance demonstrates how to securely run Model Context Protocol (MCP) servers on the AWS Cloud using containerized architecture. It helps organizations implement industry-standard OAuth 2.0 authentication while protecting server deployments with multiple security layers, including content delivery networks and web application firewalls.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "guidance-for-deployi": {
      "command": "npx",
      "args": [
        "-y",
        "aws-solutions-library-samples/guidance-for-deploying-model-context-protocol-servers-on-aws"
      ]
    }
  }
}