Skip to content

sssumarss/Sample-Model-Context-Protocol-Demos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Context Protocol samples

Collection of examples of how to use Model Context Protocol with AWS.

List of modules:

Module Lang Description
Server Client MCP/SSE Demo TypeScript This full demo creates an Amazon Bedrock MCP client using the converse API and MCP server. The sample is deployed in containers that connect over MCP/SSE.
Server Client MCP/stdio Demo Python This is a demo Amazon Bedrock MCP client using the converse API and a simple MCP stdio server. The sample runs locally connected with Amazon Bedrock.
Server Client MCP/SSE on ECS Spring AI & Kotlin Provides a sample Spring AI MCP Server that runs on ECS; which is used by a Spring AI Agent using Bedrock; which also runs on ECS and is exposed publicly via a Load Balancer.
Server Client MCP/SSE in Bedrock Converse Client w/ pgVector RAG Spring AI & Java A Spring AI dog adoption agent built on Bedrock using PostgreSQL with pgvector for RAG, and an MCP Server for managing adoption appointments.
Server MCP/SSE on ECS Spring AI & Kotlin Very basic Spring AI MCP Server over SSE running on ECS.
Server Client MCP/stdio Demo Python This sample creates an Amazon Bedrock MCP client using Converse API and RDS Postgress & SQLite database MCP Server. Helps query the database.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

Collection of examples of how to use Model Context Protocol with AWS.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.5%
  • Python 27.8%
  • Java 18.6%
  • Kotlin 7.0%
  • Shell 4.6%
  • Dockerfile 2.5%