Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | Yes | The AWS region to connect to (e.g., us-east-1) | |
| AWS_PROFILE | No | The AWS profile to use for credentials | |
| MCP_AWS_DRY_RUN | No | Set to 'true' to return mock data instead of making real AWS calls | |
| AWS_ENDPOINT_URL | No | Custom AWS endpoint URL, useful for services like LocalStack | |
| AWS_ACCESS_KEY_ID | Yes | AWS access key ID for authentication | |
| MCP_AWS_AUDIT_LOG | No | Set to 'true' to enable logging of tool invocations | |
| MCP_AWS_CACHE_TTL | No | Optional TTL (Time To Live) for the in-memory cache | |
| AWS_SECRET_ACCESS_KEY | Yes | AWS secret access key for authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |