AWS Security MCP Server
Enables management and analysis of AWS security groups, S3 buckets, and VPC connections via MCP.
README
AWS MCP Server with Agno Agent
This project integrates a set of AWS tools into an MCP (Model Context Protocol) server using FastMCP and the Agno framework. The server exposes AWS functionalities such as listing security groups, listing S3 buckets, and analyzing VPC connections, enabling remote clients to interact with them via the standardized MCP.
This was a demo for the aws meetup. Mostly a demo of what you can do with mcp and local agents.
Features
- AWS Security Group Tool: Lists AWS security groups with details on inbound and outbound rules.
- AWS S3 Bucket Tool: Lists S3 buckets with region, creation date, and access policy information.
- AWS VPC Connections Tool: Analyzes VPC connections, including peering, endpoints, transit gateways, route tables, and network ACLs.
- MCP Server: Exposes the above tools over a network endpoint, allowing invocation by any MCP-compliant client.
- Interactive Agno Agent: A sophisticated agent with task management, command history, and real-time tool call streaming.
- Ollama Integration: Uses local Ollama models for AI capabilities, reducing dependency on external APIs.
Prerequisites
- Python 3.11 or later
- AWS credentials configured for
boto3(either via environment variables or AWS config/credentials file) - Ollama installed and running locally (for the agent component)
- Required Python packages:
boto3agnofastmcp(for the server component)rich(for the interactive console)
Installation
-
Clone the Repository:
git clone https://github.com/skjortans/aws-mcp-server.git cd aws-mcp-server -
Create a Virtual Environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate -
Install Dependencies:
If you have a
requirements.txt, run:pip install -r requirements.txtOtherwise, install the dependencies manually:
pip install boto3 agno fastmcp rich click -
Install and Start Ollama:
Follow the Ollama installation instructions for your platform, then pull a model:
ollama pull qwen3 # or another model of your choice
Usage
Running the MCP Server
The main script wraps the AWS tools into a FastMCP server and starts it with SSE transport. To run the server, execute:
python src/aws-security-mcp-server.py
Upon running, you should see:
[MCP Server] Listening on 127.0.0.1:5678 (TCP transport)
Note: While the message mentions TCP transport, the server is configured to use SSE transport in the code.
The server processes incoming MCP requests by dispatching them to the appropriate AWS tool.
Running the Interactive Agent
The project includes a sample interactive agent that connects to the MCP server. To run the agent, execute:
python src/aws-demo-agent.py
This will start an interactive console where you can:
- Run queries that execute in the background
- Manage multiple concurrent tasks
- View real-time tool call streaming
- Access command history and help
Example commands:
red-team> list_security_groups us-east-1
red-team> list_s3_buckets
red-team> analyze_vpc_connections us-east-1
red-team> tasks # List all running tasks
red-team> help # Show help information
Using the Simple Agent
For a simpler implementation, you can use the basic agent:
python src/aws-agent.py
Connecting with Custom Clients
You can also connect to the MCP server using any MCP-compliant client. For example, using Agno's MCPTools:
from agno.agent import Agent
from agno.tools.mcp import MCPTools
from agno.models.ollama import Ollama
# Connect to the MCP server
mcp_tools = MCPTools(url="http://127.0.0.1:8000/sse/", transport='sse') # Adjust URL as needed for your setup
# Create an agent with the MCP tools
model = Ollama(id="qwen3")
agent = Agent(
model=model,
tools=[mcp_tools],
instructions="You are an AWS security expert."
)
# Run a query
result = agent.run("What VPC connections do I have?")
print(result)
Ensure that the MCP server is running before executing the client code.
Project Structure
aws-mcp-server/
├── README.md
├── requirements.txt # List of dependencies
├── src/
│ ├── aws-security-mcp-server.py # MCP server implementation with AWS tools
│ ├── aws-demo-agent.py # Interactive Agno agent with task management
│ └── aws-agent.py # Simple agent implementation
Contributing
Contributions are welcome! If you have suggestions or improvements:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a detailed explanation of your changes.
Architecture
MCP Server
The MCP server is built using FastMCP and exposes AWS tools as MCP-compatible endpoints. It uses Server-Sent Events (SSE) transport for real-time communication with clients.
Agent Architecture
The project includes two agent implementations:
-
Interactive Agno Agent (
aws-demo-agent.py):- Built on the Agno framework
- Uses local Ollama models for AI capabilities
- Features a non-blocking interactive console with rich formatting
- Supports parallel task execution and management
- Provides real-time streaming of tool calls and responses
- Includes command history and help functionality
-
Simple Agent (
aws-agent.py):- Uses the smolagents library
- Simpler implementation for basic use cases
- Connects to the MCP server to access AWS tools
- Note: This implementation is missing the import for MCPClientParameters and may need to be updated
License
Free for all!
This project is licensed under the MIT License – see the LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。