
Middleware MCP Server
from delee03
Interact with Middleware to monitor infrastructure, logs, metrics, and traces via the MCP protocol.
๐ฅ๐ฅ๐ฅFreeQuick setup
AWS Documentation MCP Server
Model Context Protocol (MCP) server providing access to AWS documentation.
๐ง 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
๐ ๏ธ 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
๐ Quick Start
Local Development
./scripts/run-docker.sh
curl http://localhost:8000/sseProduction Deployment
Follow the step-by-step guide: DEPLOYMENT-GUIDE.md
๐ 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"
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.