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
Servidores relacionados
k8s Pilot
A lightweight, centralized control plane for managing multiple Kubernetes clusters using kubeconfig or in-cluster configuration.
Rancher MCP Server
Model Context Protocol (MCP) server for the Rancher ecosystem: multi-cluster Kubernetes, Harvester HCI (VMs, storage, networks), and Fleet GitOps.
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for storage.
Skyvia MCP
Skyvia MCP Endpoint is a no-code gateway that makes your business data accessible to AI assistants in real time.
Remote MCP Server on Cloudflare
A self-hostable MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for storage.
Appcircle MCP Server
Appcircle's official MCP Server
KiotViet SDK
Access the KiotViet API, a popular sales and inventory management platform. Manage products, categories, customers, and orders with automatic authentication.
CData ShipStation
A read-only MCP server by CData for querying live ShipStation data, enabling LLMs to access shipping and order information.
AWS MCP Servers
Access AWS documentation, best practices, and service integrations via the Model Context Protocol.
Jimeng MCP Server
An MCP server that integrates with the Jimeng AI image generation service.