Skip to main content
Glama

AWS MCP Server

pyproject.toml522 B
[project] name = "mcp-server-aws" version = "0.1.0" description = "A Model Context Protocol server providing tools to read and manipulate AWS resources using an LLM" readme = "README.md" requires-python = ">=3.13" dependencies = [ "mcp>=1.0.0", "python-dotenv>=1.0.1", "boto3>=1.35.53", ] [[project.authors]] name = "Rishi Kavikondala" email = "rishi.kavikondala@gmail.com" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] mcp-server-aws = "mcp_server_aws:main"

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