About AWS Sa Tools MCP Server
AWS Sa Tools MCP Server is an MCP server published by Havoc24k in the Cloud category: mCP server: AWS Sa Tools MCP Server. It has been installed 0 times through Conduid.
The repository has 3 stars and 0 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx aws-sa-tools-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about AWS Sa Tools MCP Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
AWS MCP Server
A Model Context Protocol (MCP) server that provides tools to interact with AWS services through Claude Desktop.
Features
- S3: List buckets, list objects
- EC2: Describe instances, security groups, VPCs
- RDS: Describe database instances
- Cost Explorer: Get cost and usage reports
- CloudWatch: Retrieve metric statistics
- Generic AWS SDK: Access any AWS operation via
aws_sdk_wrapper - Vector Store: Optional document ingestion and search capabilities
Quick Start
Prerequisites
- Python 3.12+
- AWS credentials configured (
~/.aws/credentials) - Claude Desktop installed
Installation
-
Install the package:
pip install aws-mcp-server -
Configure Claude Desktop: Add to your
claude_desktop_config.json:{ "mcpServers": { "aws-mcp-server": { "command": "aws-mcp-server" } } } -
Configure AWS credentials:
aws configure # OR manually edit ~/.aws/credentials:[default] aws_access_key_id = YOUR_ACCESS_KEY aws_secret_access_key = YOUR_SECRET_KEY region = us-east-1
Development
Local Development Setup
# Clone and install
git clone <repository-url>
cd aws-mcp-server
uv sync
# Run locally
uvx .
Configuration Options
Set environment variables for customization:
export AWS_MCP_PORT=8888
export AWS_MCP_DEBUG=true
export ENABLE_VECTOR_STORE=true
Documentation
- Deployment Guide - Production deployment with AWS App Runner
- Vector Store Guide - Document ingestion and search setup
- Workflow Guide - Development workflows and patterns
License
MIT License - see LICENSE file for details.
README mirrored from the source repository 3 months ago. The original is authoritative.