Skip to main content
Glama
baryhuang

AWS Resources MCP Server

by baryhuang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_PROFILENoAWS profile name stored in the ~/.aws/credentials file
AWS_ACCESS_KEY_IDNoYour AWS access key
AWS_SESSION_TOKENNoAWS session token if using temporary credentials
AWS_DEFAULT_REGIONNoAWS regionus-east-1
AWS_SECRET_ACCESS_KEYNoYour AWS secret key

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

NameDescription
aws_resources_query_or_modifyC

Execute a boto3 code snippet to query or modify AWS resources

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as executing boto3 code snippets for AWS operations.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'aws_resources_query_or_modify' follows a clear verb_noun pattern and is descriptive.

Tool Count2/5

A single tool for an AWS resources server is too few for the apparent scope, as AWS involves many distinct services and operations. This forces all functionality through one generic interface, which is insufficient for comprehensive coverage.

Completeness2/5

The tool surface is severely incomplete for an AWS resources domain. While the tool allows generic boto3 execution, it lacks specific operations for common AWS resources (e.g., EC2 instances, S3 buckets, IAM roles), leaving significant gaps that will likely cause agent failures.

Maintenance

ActivityInactive
ResponsivenessUnresponsive