MCP.so
登录

MCP Server Demo

@chitta-behera

关于 MCP Server Demo

MCP Server Demo Implementation

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

chitta-behera

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器