chitta-behera/mcp-server-demo
If you are the rightful owner of mcp-server-demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a demonstration implementation of an MCP (Model Control Protocol) server with a client that uses AWS Bedrock's Claude model.
The MCP Server Demo is a practical implementation designed to showcase the capabilities of a Model Control Protocol server. It integrates with AWS Bedrock's Claude 3.5 Sonnet model to interpret user queries and execute tasks. The server provides a simple addition tool and a greeting resource, demonstrating how MCP can be used to manage and control model interactions. The setup process involves installing necessary dependencies and configuring AWS credentials for Bedrock access. Once set up, the server can be started, and the client can be run to interact with the model. This demo serves as a foundational example for developers looking to implement MCP servers with model integration.
Features
- Simple addition tool
- Greeting resource
- AWS Bedrock integration with Claude 3.5 Sonnet
Usages
usage with local stdio
python server.py
usage with aws bedrock
# Configure AWS credentials for Bedrock access # Start the client python client.py