AWS
БесплатноНе проверенEnables AI agents to provision and terminate AWS EC2 instances using natural language commands.
Описание
Enables AI agents to provision and terminate AWS EC2 instances using natural language commands.
README
Welcome to MCP-AWS, a simple yet powerful AI-driven application that leverages OpenAI Agents and MCP servers to manage AWS EC2 instances. This app allows you to provision and terminate EC2 instances using natural language commands in your terminal. 🖥️✨
🎥 Demo Video
Watch the demo video to see MCP-AWS in action! 🚀
🌟 Features
- Provision EC2 Instances: Just tell the AI agent to create an EC2 instance, and it will handle the rest, providing you with the instance ID. 🛠️
- Terminate EC2 Instances: Provide the instance ID, and the agent will terminate the instance for you. ❌
- MCP Server Integration: Explore how custom MCP servers can be created and integrated with OpenAI Agents SDK. 🧩
🛠️ Tools in the MCP Server
The MCP server is a custom server with two tools:
initiate_aws_ec2_instance: Creates an AWS EC2 instance.terminate_aws_ec2_instance: Terminates an AWS EC2 instance by its ID.
🚀 Getting Started
Prerequisites
- Python 3.12+ (for local setup) or Docker (for containerized setup)
- AWS IAM Role: Create an IAM role with the necessary permissions to manage EC2 instances.
- Environment Variables: Prepare a
.envfile with the following variables:AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_DEFAULT_REGIONOPENAI_API_KEYAMI_IDINSTANCE_TYPEKEY_NAMESECURITY_GROUP_IDSAWS_REGION
🏃♂️ Running the App
- Clone the repository:
git clone https://github.com/anirban1592/mcp-server-aws.git cd mcp-aws - Create
.envfile as shown in prerequisites
Option 1: Docker Setup (Recommended)
- Build the Docker image:
docker image build -t my-mcp . - Run the container:
docker container run -it my-mcp
Option 2: Local Setup
Create and activate virtual environment:
pip install uv uv venv .venv # Windows .venv\Scripts\activate # Unix/MacOS source .venv/bin/activateRun the application:
cd openai-agent/ uv run agent.py
💬 Using the AI Agent
To create an EC2 instance:
Enter your command: Create an EC2 instanceTo terminate an EC2 instance:
Enter your command: Terminate EC2 instance with ID <instance-id>
⚠️ Word of Caution
- IAM Role and Credentials: Please create AWS IAM roles and credentials at your own risk. Ensure you follow AWS best practices for security.
- Billing and Security: This app is a proof of concept (POC) and is intended for learning purposes only. We are not responsible for any billing issues or security incidents.
📚 Learnings
This project demonstrates:
- How to integrate MCP servers with OpenAI Agents SDK
- How to build a simple AI-driven application for AWS resource management
Enjoy exploring the power of AI and MCP servers! 🌟
Установка AWS
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/anirban1592/mcp-server-awsFAQ
AWS MCP бесплатный?
Да, AWS MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для AWS?
Нет, AWS работает без API-ключей и переменных окружения.
AWS — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить AWS в Claude Desktop, Claude Code или Cursor?
Открой AWS на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare AWS with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
