awslabs.github.io
awslabs.github.io is the GitHub Pages site for AWS Labs open-source projects. Its MCP section documents a catalog of AWS-oriented Model Context Protocol servers and related installation guidance for using them from AI assistants and developer tools.
awslabs.github.io primarily publishes AWS-focused Model Context Protocol servers: one public local stdio MCP server documented directly, several local MCP servers that use your AWS IAM credentials, and one remote Streamable HTTP MCP endpoint (`https://knowledge-mcp.global.api.aws`) with undocumented auth on this site.
- AWS Documentation MCP Serverdiscovered
- AWS Pricing MCP Serverdiscovered
- AWS API MCP Serverdiscovered
- AWS Knowledge MCP Serverdiscovered
- AWS IAM MCP Serverdiscovered
- Amazon Q Business anonymous MCP Serverdiscovered
Configure AWS credentials for your own AWS account using the AWS CLI quickstart in AWS CLI configuration, typically via aws configure, an AWS_PROFILE, or environment variables like AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and optionally AWS_SESSION_TOKEN. The specific IAM permissions needed vary by MCP server and are listed on each server's docs page.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing