Back to Home
aashari icon

mcp-server-aws-sso

Verified Safe

by aashari

Overview

Connects AI assistants to AWS accounts via IAM Identity Center (AWS SSO) enabling natural language interaction, secure AWS CLI command execution, and EC2 instance management.

Installation

Run Command
TRANSPORT_MODE=stdio npx @aashari/mcp-server-aws-sso

Environment Variables

  • AWS_SSO_START_URL
  • AWS_REGION
  • AWS_SSO_REGION
  • DEBUG
  • PORT
  • AWS_PROFILE

Security Notes

The server's core functionality involves executing arbitrary AWS CLI commands and shell commands on EC2 instances (via SSM) based on AI input. While the codebase does not contain obvious malicious patterns, hardcoded secrets, or direct 'eval' on arbitrary external input, the 'child_process.exec' is used to run commands directly. This design gives AI agents powerful, high-privilege access to AWS resources. The primary security risk arises from the potential for a large language model (LLM) to generate and execute unintended or destructive commands if not constrained by robust AI safety guardrails, strict input validation, and human oversight. Implementers must ensure that AI interactions are carefully managed and reviewed before command execution. Credentials are managed via standard AWS SSO mechanisms and caching practices.

Similar Servers

Stats

Interest Score34
Security Score4
Cost ClassMedium
Avg Tokens2000
Stars10
Forks9
Last Update2026-01-07

Tags

AWSSSOIAMDevOpsCloud Management