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.
MCP Server Demo
This is a demonstration implementation of an MCP (Model Control Protocol) server with a client that uses AWS Bedrock's Claude model.
Features
- Simple addition tool
- Greeting resource
- AWS Bedrock integration with Claude 3.5 Sonnet
Setup
- Install dependencies:
pip install -e .
- Configure AWS credentials for Bedrock access
Usage
- Start the server:
python server.py
- Run the client:
python client.py
The demo includes a simple addition tool and a greeting resource. The client uses Claude 3.5 Sonnet to interpret user queries and call the appropriate tools.