AWS Documentation MCP Server

Access, search, and get recommendations from public AWS documentation.

AWS Documentation MCP Server

Model Context Protocol (MCP) server providing access to AWS documentation.

πŸš€ Quick Start

Local Development

./scripts/run-docker.sh
curl http://localhost:8000/sse

Production Deployment

Follow the step-by-step guide: DEPLOYMENT-GUIDE.md

πŸ”§ Features

  • 3 MCP Tools:

    • search_documentation - Search AWS docs
    • read_documentation - Read specific pages
    • recommend - Get related content
  • SSE Transport - Compatible with n8n, GitHub Copilot, and other MCP clients

πŸ“– MCP Client Configuration

n8n MCP Tool

{
  "url": "https://mcp-server.fuderrpham.io.vn/sse",
  "transport": "SSE"
}

GitHub Copilot

{
  "mcpServers": {
    "aws-docs": {
      "url": "https://mcp-server.fuderrpham.io.vn/sse"
    }
  }
}

πŸ› οΈ Available Scripts

  • ./scripts/run-docker.sh - Run locally for testing
  • ./scripts/get-aws-info.sh - Get AWS account info for deployment
  • ./scripts/build_lambda.sh - Build Lambda package (optional)

πŸ“ Architecture

Internet β†’ Nginx (SSL) β†’ Docker Container (Port 8000)
                      ↓
                 MCP Server (SSE Transport)
                      ↓
              AWS Documentation APIs
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    HTTPS    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    HTTP    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   MCP       β”‚ ──────────► β”‚   Nginx     β”‚ ─────────► β”‚   Docker    β”‚
β”‚   Client    β”‚             β”‚   Proxy     β”‚            β”‚   Container β”‚
β”‚  (n8n/VSC)  β”‚             β”‚   + SSL     β”‚            β”‚ (MCP Server)β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜             β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜            β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                                   β”‚
                            β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                            β”‚ Let's       β”‚
                            β”‚ Encrypt     β”‚
                            β”‚ SSL Cert    β”‚
                            β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“š Documentation


Production URL: https://mcp-server.fuderrpham.io.vn/sse

Verwandte Server