aws-security-mcp-server

skjortan23/aws-security-mcp-server

3.3

If you are the rightful owner of aws-security-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project integrates AWS tools into an MCP server using FastMCP and the Agno framework, enabling remote interaction with AWS functionalities.

The AWS MCP Server with Agno Agent project is designed to integrate AWS functionalities into a Model Context Protocol (MCP) server. Utilizing FastMCP and the Agno framework, the server provides a standardized interface for remote clients to interact with AWS services. Key AWS functionalities exposed include listing security groups, S3 buckets, and analyzing VPC connections. The server is equipped with an interactive Agno agent that offers task management, command history, and real-time tool call streaming. Additionally, the project leverages local Ollama models for AI capabilities, minimizing reliance on external APIs. The server is built to use Server-Sent Events (SSE) transport for real-time communication, ensuring efficient and responsive interactions. This setup is ideal for users seeking to manage AWS resources remotely with enhanced capabilities provided by the Agno agent.

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 AWS tools over a network endpoint, allowing invocation by any MCP-compliant client.
  • Interactive Agno Agent: Features task management, command history, and real-time tool call streaming.