Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region to target (e.g., us-east-1). | |
| AWS_PROFILE | No | The name of the AWS profile to use from your local credentials file. | |
| AWS_MCP_PORT | No | The port the server will run on (default example: 8888). | |
| AWS_MCP_DEBUG | No | Whether to enable debug logging. Set to 'true' to enable. | |
| AWS_ACCESS_KEY_ID | No | AWS access key ID used for authentication. | |
| ENABLE_VECTOR_STORE | No | Enable optional document ingestion and search capabilities. Set to 'true' to enable. | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key used for authentication. |
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 | |