S3 Code Storage

Integrates with
Bun, S3, Claude Desktop

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.