1. Conduid
  2. Cloud
  3. AWS Sa Tools MCP Server
MCP server · Cloud

AWS Sa Tools MCP Server

MCP server: AWS Sa Tools MCP Server

Unclaimed Unlicense last commit 9 months ago cloud
47Fair

Scored 3 months ago · breakdown

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

Install
npx aws-sa-tools-mcp-server

This 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

I know everything about AWS Sa Tools MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

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

  1. Install the package:

    pip install aws-mcp-server
    
  2. Configure Claude Desktop: Add to your claude_desktop_config.json:

    {
        "mcpServers": {
            "aws-mcp-server": {
                "command": "aws-mcp-server"
            }
        }
    }
    
  3. 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

License

MIT License - see LICENSE file for details.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About AWS Sa Tools MCP Server

How do I install AWS Sa Tools MCP Server?

Run npx aws-sa-tools-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is AWS Sa Tools MCP Server safe to use with an AI agent?

Its trust score is 47 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is AWS Sa Tools MCP Server still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.