@apono-io/mcp-aws
v0.1.2
Published
Apono MCP server for AWS with STS AssumeRole support
Readme
@apono-io/mcp-aws
Apono MCP server for AWS with STS AssumeRole support.
Usage
This server is launched automatically by the Apono CLI via npx. It reads the following environment variables:
| Variable | Description |
|---|---|
| AWS_ACCESS_KEY_ID | Source IAM credentials — access key |
| AWS_SECRET_ACCESS_KEY | Source IAM credentials — secret key |
| AWS_SESSION_TOKEN | Source IAM credentials — session token |
| AWS_ROLE_ARN | ARN of the role to assume via STS |
It calls STS AssumeRole, then transparently proxies to the awslabs AWS API MCP server using the assumed-role credentials.
