mcp-server-demo

chitta-behera/mcp-server-demo

3.1

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

  1. Install dependencies:
pip install -e .
  1. Configure AWS credentials for Bedrock access

Usage

  1. Start the server:
python server.py
  1. 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.