
Agent Safe Email MCP
from delee03
A Remote MCP Server that checks every email before your agent acts on it. Connect via MCP protocol, pay per use with Skyfire.
π₯π₯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.