---
slug: "code-snippets-s3-mcp"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/mattbarlow-sg/bun-s3-mcp@main/README.md"
repo: "https://github.com/mattbarlow-sg/bun-s3-mcp"
source_file: "README.md"
branch: "main"
---
# bun-s3-mcp
## Overview
This is an MCP service that uses Bun's [s3 bindings](https://bun.sh/docs/api/s3). 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.
