Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (default: 3000) | 3000 |
| DEBUG | No | Enable debug logging (default: false) | false |
| AWS_REGION | No | AWS region for SSO authentication (e.g., us-east-1) | |
| AWS_PROFILE | No | AWS profile name (optional, for CLI compatibility) | |
| AWS_SSO_REGION | No | Alternative AWS region variable for SSO authentication (e.g., us-east-1) | |
| TRANSPORT_MODE | No | Set to stdio or http (default: http for server mode, stdio for MCP clients) | stdio |
| AWS_SSO_START_URL | Yes | Your AWS IAM Identity Center start URL (e.g., https://your-org.awsapps.com/start) |
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 | |