Back to System Ops
Code Snippets (S3)
Integrates with S3 to provide efficient code snippet management and retrieval.
Last updated: 1/27/2026
README
# 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.
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"code-snippets-s3": {
// See GitHub repository for configuration
}
}
}See the GitHub repository for full installation instructions.