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 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
- Configure AWS credentials for Bedrock access
Usage
- Start the server
- Run the client
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.