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 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: DEPLOYMENT-GUIDE.md
- 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
관련 서버
Vanta MCP Server
A server for interacting with Vanta's security compliance platform.
Google Security
Access Google's security products and services, including Chronicle, SOAR, Threat Intelligence (GTI), and Security Command Center (SCC).
Datadog
Interact with the Datadog API to monitor your cloud infrastructure, applications, and logs.
MCP Mempool
Access Bitcoin network data from mempool.space's API for AI agents and applications.
Hostinger
Official Hostinger API MCP server for services managment.
Amazon Product Advertising API
Integrates with the Amazon Product Advertising API to search for products.
Akash MCP Server
An MCP server for interacting with the Akash Network, a decentralized cloud computing marketplace.
NASA MCP Server
An MCP server for interacting with various NASA APIs and data sources. Requires a NASA API key.
ProbeOps
Network diagnostics from 6 global regions — SSL, DNS, ping, whois, traceroute, port scan, latency. Works without an API key.
Google Cloud Logging
An MCP server for accessing Google Cloud Logging data and services.