AWS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| s3_bucket_createC | Create a new S3 bucket |
| s3_bucket_listB | List all S3 buckets |
| s3_bucket_deleteC | Delete an S3 bucket |
| s3_object_uploadC | Upload an object to S3 |
| s3_object_deleteC | Delete an object from S3 |
| s3_object_listC | List objects in an S3 bucket |
| s3_object_readC | Read an object's content from S3 |
| dynamodb_table_createC | Create a new DynamoDB table |
| dynamodb_table_describeC | Get details about a DynamoDB table |
| dynamodb_table_listB | List all DynamoDB tables |
| dynamodb_table_deleteC | Delete a DynamoDB table |
| dynamodb_table_updateC | Update a DynamoDB table |
| dynamodb_item_putC | Put an item into a DynamoDB table |
| dynamodb_item_getC | Get an item from a DynamoDB table |
| dynamodb_item_updateC | Update an item in a DynamoDB table |
| dynamodb_item_deleteC | Delete an item from a DynamoDB table |
| dynamodb_item_queryC | Query items in a DynamoDB table |
| dynamodb_item_scanC | Scan items in a DynamoDB table |
| dynamodb_batch_getC | Batch get multiple items from DynamoDB tables |
| dynamodb_item_batch_writeC | Batch write operations (put/delete) for DynamoDB items |
| dynamodb_describe_ttlC | Get the TTL settings for a table |
| dynamodb_update_ttlC | Update the TTL settings for a table |
| dynamodb_batch_executeC | Execute multiple PartiQL statements in a batch |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| AWS Operations Audit Log | A log of all AWS operations performed through this server |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishikavikondala/mcp-server-aws'
If you have feedback or need assistance with the MCP directory API, please join our Discord server