MCP Server Demo
@chitta-behera
MCP Server Demo について
MCP Server Demo Implementation
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-demo-chitta-behera": {
"command": "python",
"args": [
"server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント