A
Aws MCP Gateway
by @AymenSegni
Democratize access to AWS resources for AI Agents by providing a deployable, secure, and unified Model Context Protocol (MCP) gateway.
Created 12/7/2025
Updated 6 days ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
uvx aws-mcp-gateway
Cursor configuration (mcp.json)
{
"mcpServers": {
"aymensegni-aws-mcp-gateway": {
"command": "uvx",
"args": [
"aws-mcp-gateway"
]
}
}
}