cloud platforms

Aws Mcp Server

A lightweight but powerful server that enables AI assistants to execute AWS CLI commands, use Unix pipes, and apply prompt templates for common AWS tasks in a safe Docker environment with multi-architecture support

python
cloud
cloud platforms
0
View on GitHub

Installation

npx -y alexei-led/aws-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "aws-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "alexei-led/aws-mcp-server"
  ]
}

About This MCP Server

alexei-led/aws-mcp-server

A lightweight but powerful server that enables AI assistants to execute AWS CLI commands, use Unix pipes, and apply prompt templates for common AWS tasks in a safe Docker environment with multi-architecture support

GitHub: https://github.com/alexei-led/aws-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub