delee03/aws-audit-mcp-server
3.1
If you are the rightful owner of aws-audit-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server provides access to AWS documentation through a structured and efficient interface, enabling seamless integration with various platforms.
Tools
3
Resources
0
Prompts
0
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:
🔧 Features
-
3 MCP Tools:
search_documentation- Search AWS docsread_documentation- Read specific pagesrecommend- 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
- MCP Server Deployment Guide: Deployment Guide Blog
- Deployment Guide:
- Local Testing: Run
./scripts/run-docker.shand testhttp://localhost:8000/sse - AWS Documentation API: AWS Docs API
- MCP Protocol: Model Context Protocol
Production URL: https://mcp-server.fuderrpham.io.vn/sse