aws-audit-mcp-server
Audit Framework
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/sseProduction Deployment
Follow the step-by-step guide: **DEPLOYMENT-GUIDE.md**
๐ง Features
- 3 MCP Tools:
- `search_documentation` - Search AWS docs
- `read_documentation` - Read specific pages
- `recommend` - 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.sh` and test `http://localhost:8000/sse`
- AWS Documentation API: AWS Docs API
- MCP Protocol: Model Context Protocol
Production URL: https://mcp-server.fuderrpham.io.vn/sse
Frequently asked questions
What is aws-audit-mcp-server?
aws-audit-mcp-server is Audit Framework
How do I install aws-audit-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is aws-audit-mcp-server open source?
Yes โ it is hosted on GitHub at https://github.com/delee03/aws-audit-mcp-server.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP