MCP Server Demo
@chitta-behera
About MCP Server Demo
MCP Server Demo Implementation
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-demo-chitta-behera": {
"command": "python",
"args": [
"server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Demo?
It is a demonstration implementation of an MCP (Model Control Protocol) server and client that uses AWS Bedrock’s Claude 3.5 Sonnet model. It is intended for developers exploring MCP server-client patterns.
How to use MCP Server Demo?
Install dependencies with pip install -e ., configure AWS credentials for Bedrock access, then start the server with python server.py and run the client with python client.py.
Key features of MCP Server Demo
- Simple addition tool
- Greeting resource
- AWS Bedrock integration with Claude 3.5 Sonnet
- Demonstrates MCP server-client interaction
Use cases of MCP Server Demo
- Learning how to build an MCP server and client
- Testing MCP communication with Claude 3.5 Sonnet via AWS Bedrock
- Prototyping tool and resource patterns in an MCP environment
- Validating AWS credential configuration for Bedrock access
FAQ from MCP Server Demo
What tools and resources does the server provide?
The server provides a simple addition tool and a greeting resource.
How does the client use AWS Bedrock?
The client uses AWS Bedrock’s Claude 3.5 Sonnet model to interpret user queries and call the appropriate tools.
What are the setup requirements?
You need Python, the dependencies installed via pip install -e ., and valid AWS credentials configured for Bedrock access.
How do I run the server and client?
Start the server with python server.py, then run the client with python client.py.
Frequently asked questions
What tools and resources does the server provide?
The server provides a simple addition tool and a greeting resource.
How does the client use AWS Bedrock?
The client uses AWS Bedrock’s Claude 3.5 Sonnet model to interpret user queries and call the appropriate tools.
What are the setup requirements?
You need Python, the dependencies installed via `pip install -e .`, and valid AWS credentials configured for Bedrock access.
How do I run the server and client?
Start the server with `python server.py`, then run the client with `python client.py`.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments