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
Verwandte Server
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
CData Salesloft Server
A read-only MCP server by CData that enables LLMs to query live data from Salesloft.
Remote MCP Server on Cloudflare
A self-hostable MCP server for Cloudflare Workers with OAuth support.
Alpha Vantage
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
Zen MCP Server
Access multiple AI models like Claude, Gemini, and OpenAI through a single server using your own API keys.
AWS Cognito MCP Server
An MCP server for AWS Cognito, providing authentication and user management.
CData YouTube Analytics
An MCP server for accessing YouTube Analytics data, powered by the CData JDBC Driver.
Transistor
Manage podcasts, episodes, and view analytics on Transistor.fm.
Deloc
Deploy static sites and dashboards from your AI tool with one command. Get a shareable URL in seconds.
Cyclops MCP
Manage Kubernetes applications safely by creating and updating Cyclops Modules for AI agents.