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
Serveurs connexes
AWS MCP
A natural language interface to manage AWS services like RDS, S3, EC2, and VPC.
Huawei MCP Server
A Model Context Protocol server built on Huawei Cloud services, providing secure and controlled cloud access for large AI models.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication. It can be deployed via Cloudflare or run locally using npm.
Namecheap
Manage domains using the Namecheap API.
Presso
AI-powered analytics platform connecting e-commerce and marketing data (GA4, Google Ads, Meta Ads, Shopify, Search Console) to AI assistants via MCP.
T-Invest MCP Server
An MCP server for interacting with the T-Invest API, providing access to investment and financial data.
Remote MCP Server Authless Rickroll
A remote MCP server on Cloudflare Workers that generates podcast URLs and rickrolls without authentication, using Cloudflare AI and D1.
OSDU MCP Server
Access OSDU platform capabilities including search, data management, and schema operations.
APOGEOAPI
Geographic data, live exchange rates, and IP geolocation for Claude Desktop, Cursor, and any MCP-compatible AI assistant.
Proxmox MCP Server
A server for managing Proxmox VE environments directly from your project directory.