Back to Home
DepStacks icon

tool.aws-ops

Verified Safe

by DepStacks

Overview

Provides multi-account AWS operations for SRE teams, managing services like Secrets Manager, Route53, and S3, with secure cross-account authentication.

Installation

Run Command
docker-compose up --build -d

Environment Variables

  • AWS_REGION
  • MCP_AUTH_TOKEN
  • ACCOUNT_PRODUCTION_ROLE_ARN
  • ACCOUNT_STAGING_ROLE_ARN
  • ACCOUNT_PRODUCTION_PROFILE
  • ACCOUNT_STAGING_PROFILE
  • ACCOUNT_DEVELOPMENT_PROFILE

Security Notes

The server implements robust multi-account authentication using AWS AssumeRole (IRSA in production) and AWS Profiles (for local development), with credentials provided per-request and no stored credentials. It enforces API authentication via a Bearer token. Explicit security best practices are documented, including least privilege and audit trails. The code does not use dangerous functions like 'eval' or contain hardcoded AWS secrets. The default 'dev-token' for MCP_AUTH_TOKEN is a setup risk in production if not changed.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-02

Tags

AWSSREDevOpsSecrets ManagerMulti-AccountFastMCP