Back to MCP directory
publicPublicdnsLocal runtime

Code Snippets (S3)

基于Bun运行时的S3存储代码片段服务

article

README

🚀 MCP服务

本MCP服务借助Bun的s3绑定,可与Claude Desktop配合使用,实现将代码片段保存为Markdown文件至S3并进行加载的功能,高效便捷。

🚀 快速开始

本服务可与Claude Desktop配合,借助Bun的s3绑定,有效实现代码片段的存储与加载。

✨ 主要特性

  • 高效运行:使用Bun运行时直接用于MCP,消除转译过程,提升运行效率。
  • 快速操作:利用Bun的s3绑定,实现快速的S3 API操作。
  • 便捷配置:展示如何配置预加载,以便在Bun测试中进行 mocking。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client