A
aws-mcp-servers-samples
aws-samples
This repository provides sample code for AWS Managed Control Plane (MCP) servers written in Python. It is designed to assist in automation and workflow construction utilizing AWS functionalities. The sample code is intended for use in real environments, serving as a reference for developers to effectively leverage AWS services.
Development & Editors
A
sample-serverless-mcp-servers
AWS Samples
A
remote-swe-agents
AWS Samples
A
sample-agentic-ai-demos
AWS Samples
A
sample-agents-with-nova-act-and-mcp
AWS Samples
A
sample-mcp-server-s3
AWS Samples
A
sample-agentic-ai-web
AWS Samples
A
sample-getting-started-with-strands-agents-course
AWS Samples
This is a comprehensive hands-on course for AI agent development using the Strands Agents framework. It covers everything from basic usage to advanced topics like agent-to-agent communication and observability. Through six progressive labs, participants will learn how to build, deploy, and monitor AI agents effectively.
Jupyter NotebookAI & Machine Learning+8+7
A
sample-serverless-mcp-server
AWS Samples
This project demonstrates the implementation of an MCP server supporting Streamable HTTP protocol using Amazon Lambda. It leverages new features introduced in MCP v2025.03.26, including stream transmission based on HTTP Chunked Transfer Encoding and dynamic context priority control. The project aims to optimize cost-performance balance.
PythonDevelopment & Editors
A
sample-cloud-spend-mcp-server
AWS Samples
A
sample-for-bedrock-integration-with-database-mcp-server
aws-samples
This project provides sample code for integrating Bedrock with a database. Using Python, it simplifies the interaction with the MCP server, allowing for efficient data retrieval and storage. It is particularly useful for automating database operations and optimizing workflows.
PythonDevelopment & Editors
A
sample-building-mcp-servers-with-rust
aws-samples
This project provides sample code for building MCP servers using Rust. It aims to leverage Rust's characteristics to achieve high-performance and secure servers. The sample code is concise and should be easy to understand for those with a basic knowledge of Rust.
RustDevelopment & Editors+3+2
A
sample-for-amazon-ses-mcp
AWS Samples
This sample demonstrates how to build a Model Context Protocol (MCP) server for Amazon Simple Email Service (SES). It exposes all public SES v2 API actions through the MCP, allowing for email sending and access to SES account resources. This sample is not intended for production use.
JavaCommunication & API