Skip to main content
Glama

AWS CLI MCP Server

by IcyKallen
types.ts481 B
/** * Service details interface */ export interface ServiceDetails { description: string; commands: string[]; } /** * AWS Command Options interface */ export interface AwsCommandOptions { [key: string]: string; } /** * AWS Command Result interface */ export interface AwsCommandResult { stdout: string; stderr?: string; } /** * AWS Command Error interface */ export interface AwsCommandError extends Error { stderr?: string; code?: number; }

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/IcyKallen/aws-cli-mcp-server'

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