Skip to main content
Glama

AWS Model Context Protocol Server

by alexei-led
__init__.py349 B
"""AWS Model Context Protocol (MCP) Server. A lightweight service that enables AI assistants to execute AWS CLI commands through the Model Context Protocol (MCP). """ from importlib.metadata import PackageNotFoundError, version try: __version__ = version("aws-mcp-server") except PackageNotFoundError: # package is not installed pass

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/alexei-led/aws-mcp-server'

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