mcp-server-demo

mcp-server-demo

0

This project is a demo implementation of a Model Control Protocol (MCP) server. It features integration with AWS Bedrock's Claude model and includes resources like a simple addition tool and greeting functionality.

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.