trackmcp
Back to directory
delee03

aws-audit-mcp-server

View on GitHub

Audit Framework

0 stars PythonServers & Infrastructure Updated Aug 1, 2025

Documentation

AWS Documentation MCP Server

Model Context Protocol (MCP) server providing access to AWS documentation.

๐Ÿš€ Quick Start

Local Development

bash
./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 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

json
{
  "url": "https://mcp-server.fuderrpham.io.vn/sse",
  "transport": "SSE"
}

GitHub Copilot

json
{
  "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

code
Internet โ†’ Nginx (SSL) โ†’ Docker Container (Port 8000)
                      โ†“
                 MCP Server (SSE Transport)
                      โ†“
              AWS Documentation APIs
code
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    HTTPS    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    HTTP    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚   MCP       โ”‚ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚   Nginx     โ”‚ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ โ”‚   Docker    โ”‚
โ”‚   Client    โ”‚             โ”‚   Proxy     โ”‚            โ”‚   Container โ”‚
โ”‚  (n8n/VSC)  โ”‚             โ”‚   + SSL     โ”‚            โ”‚ (MCP Server)โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜             โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜            โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                   โ”‚
                            โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                            โ”‚ Let's       โ”‚
                            โ”‚ Encrypt     โ”‚
                            โ”‚ SSL Cert    โ”‚
                            โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿ“š Documentation


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

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP