code-snippets-s3-mcp

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

bun-s3-mcp

Overview

This is an MCP service that uses Bun's s3 bindings. The service works with Claude Desktop to save and load code snippets to S3 as markdown files.

Features

  • Use the bun runtime directly for MCP which eliminates transpilation.
  • Use bun s3 bindings for fast S3 API operations.
  • Shows how to configure preloading for mocking in Bun tests.