Skip to main content
Glama
3feet-lim

AWS API MCP Server

by 3feet-lim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTH_TYPENoAuthentication type when using 'streamable-http' transport: 'no-auth' or 'oauth'.
AWS_REGIONNoSets the default AWS region for all CLI commands.us-east-1
AUTH_ISSUERNoOAuth issuer URL for JWT token validation. Required when AUTH_TYPE is 'oauth'.
AUTH_JWKS_URINoJWKS endpoint URL for JWT token validation. Required when AUTH_TYPE is 'oauth'.
AWS_API_MCP_HOSTNoHost address for the MCP server when using 'streamable-http' transport.127.0.0.1
AWS_API_MCP_PORTNoPort number for the MCP server when using 'streamable-http' transport.8000
AWS_ACCESS_KEY_IDNoAWS access key ID for credential configuration.
AWS_SESSION_TOKENNoAWS session token for temporary credentials.
READ_OPERATIONS_ONLYNoWhen set to 'true', restricts execution to read-only operations only.false
AWS_API_MCP_TELEMETRYNoAllow sending additional telemetry data to AWS related to server configuration.true
AWS_API_MCP_TRANSPORTNoTransport protocol for the MCP server: 'stdio' or 'streamable-http'.stdio
AWS_SECRET_ACCESS_KEYNoAWS secret access key for credential configuration.
AWS_API_MCP_WORKING_DIRNoWorking directory path for the MCP server operations. Must be an absolute path when provided. Defaults to platform-specific temp directory.
AWS_API_MCP_PROFILE_NAMENoAWS Profile for credentials to use for command executions.default
REQUIRE_MUTATION_CONSENTNoWhen set to 'true', the MCP server will ask explicit consent before executing any non-read-only operations.false
AWS_API_MCP_ALLOWED_HOSTSNoComma-separated list of allowed host hostnames for HTTP requests. Default: value of AWS_API_MCP_HOST.
AWS_API_MCP_STATELESS_HTTPNoWhen set to 'true', creates a completely fresh transport for each request with no session tracking.false
EXPERIMENTAL_AGENT_SCRIPTSNoWhen set to 'true', enables experimental agent scripts functionality.false
AWS_API_MCP_ALLOWED_ORIGINSNoComma-separated list of allowed origin hostnames for HTTP requests. Default: value of AWS_API_MCP_HOST.
AWS_API_MCP_AGENT_SCRIPTS_DIRNoDirectory path containing custom user scripts for the agent scripts functionality.
AWS_API_MCP_ALLOW_UNRESTRICTED_LOCAL_FILE_ACCESSNoControls file system access level: workdir (default), unrestricted, or no-access.workdir

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/3feet-lim/aws-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server