A
securityF
licenseA
qualityAn MCP server that provides tools for interacting with AWS S3 buckets, enabling direct access to S3 operations through the Model Context Protocol.
Last updated -
1
Python
一个简单清晰的示例,用于实现和理解 Anthropic MCP(在 AWS Bedrock 上)。
对于多台 MCP 服务器的管理,可以参考这个小项目 Q-2001 ~
该项目演示了如何在 AWS Bedrock 中实现并使用 Anthropic 的模型上下文协议 (MCP)。它提供了一个客户端实现,可以通过 AWS Bedrock 的运行时服务与支持 MCP 的工具进行交互。
fetch_url_mcp_server.py
,演示不同的传输类型使用默认 stdio 设置(无传输参数)运行服务器:
在默认端口(8000)上使用 streamable-http 传输运行:
在自定义端口上使用 streamable-http 传输运行:
请随意提交问题并请求改进实施。
MIT 许可证
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过实施 Anthropic 的模型上下文协议实现无缝工具集成和通信,促进与支持 AWS Bedrock 的工具的交互。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidshtian/MCP-on-AWS-Bedrock'
If you have feedback or need assistance with the MCP directory API, please join our Discord server