Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Chuk S3 Bucket Manager

БесплатноНе проверен

The CHUK MCP S3 Bucket Manager is a Python-based tool for managing Amazon S3 buckets using the MCP runtime. This utility provides a simple interface for listing

GitHubEmbed

Описание

The CHUK MCP S3 Bucket Manager is a Python-based tool for managing Amazon S3 buckets using the MCP runtime. This utility provides a simple interface for listing, creating, and deleting S3 buckets.

README

Overview

The CHUK MCP S3 Bucket Manager is a Python-based tool for managing Amazon S3 buckets using the MCP (Model Context Protocol) runtime. This utility provides a simple interface for listing, creating, and deleting S3 buckets.

Features

  • List all S3 buckets
  • Create new S3 buckets
  • Delete existing S3 buckets
  • Optional force deletion of buckets (clearing all objects)
  • Supports custom AWS endpoint and region configuration

Prerequisites

  • Python 3.11+
  • AWS credentials configured
  • Required dependencies (installed automatically via pip)

Installation

You can install the package directly from the repository:

pip install git+https://github.com/chrishayuk/chuk-mcp-s3-bucket-manager.git

Configuration

Environment Variables

  • AWS_ENDPOINT_URL_S3: Optional custom S3 endpoint URL
  • AWS_REGION: AWS region (defaults to us-east-1)

Configuration File

The project uses a config.yaml file to configure the MCP server settings:

host:
  name: "chuk-mcp-s3-bucket-manager"
  log_level: "INFO"

server:
  type: "stdio"

mcp_servers:
  s3_bucket_manager:
    enabled: true
    location: "."
    tools:
      enabled: true
      module: "chuk_mcp_s3_bucket_manager.tools"

Usage

Command-Line Interface

# List buckets
chuk-mcp-s3-bucket-manager list_buckets

# Create a new bucket
chuk-mcp-s3-bucket-manager create_bucket --bucket_name my-new-bucket

# Delete a bucket
chuk-mcp-s3-bucket-manager delete_bucket --bucket_name my-bucket

# Force delete a bucket (remove all objects first)
chuk-mcp-s3-bucket-manager delete_bucket --bucket_name my-bucket --force

Programmatic Usage

from chuk_mcp_s3_bucket_manager import tools

# List buckets
buckets = tools.list_buckets()

# Create a bucket
result = tools.create_bucket("my-new-bucket")

# Delete a bucket
result = tools.delete_bucket("my-bucket", force=False)

Development

Setup

  1. Clone the repository
  2. Create a virtual environment
  3. Install development dependencies:
pip install -e .[dev]

Running Tests

pytest tests/

Dependencies

  • boto3
  • chuk-mcp-runtime
  • pydantic
  • PyYAML

License

[Specify your license here]

Contributing

Contributions are welcome! Please submit pull requests or open issues on the GitHub repository.

Support

For issues or questions, please file an issue on the GitHub issue tracker.

from github.com/chrishayuk/chuk-mcp-s3-bucket-manager

Установить Chuk S3 Bucket Manager в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install chuk-mcp-s3-bucket-manager

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add chuk-mcp-s3-bucket-manager -- uvx chuk-mcp-s3-bucket-manager

FAQ

Chuk S3 Bucket Manager MCP бесплатный?

Да, Chuk S3 Bucket Manager MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Chuk S3 Bucket Manager?

Нет, Chuk S3 Bucket Manager работает без API-ключей и переменных окружения.

Chuk S3 Bucket Manager — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Chuk S3 Bucket Manager в Claude Desktop, Claude Code или Cursor?

Открой Chuk S3 Bucket Manager на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Chuk S3 Bucket Manager with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development