Hermes Registry

AWS

v1.0.0MCP

AWS Labs core MCP server — entry point to per-service AWS servers (EC2, S3, Lambda, RDS, …). Scope IAM tightly.

SourceIDaws

How it runs

The client launches this pinned, published server on demand over stdio. Required configuration is injected by the user at install time.

launch command
uvx awslabs.core-mcp-server@latest

Configuration

Values you supply when installing this server.

AWS_REGIONstringoptional

Default AWS region, e.g. us-east-1, supplied as an env var.

AWS_PROFILEstringoptional

Named AWS credentials profile, supplied as an env var. Use a tightly-scoped role, never admin keys.