garage-admin-mcp

HalmSascha/garage-admin-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for the Garage (deuxfleurs) S3-compatible storage Admin API - bucket, key and permission management via MCP tools, plus optional read-only S3 object access. Built via vibe coding with Claude Code.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "garage-admin-mcp": {
      "command": "uvx",
      "args": [
        "garage-admin-mcp"
      ]
    }
  }
}

Or install with pip: pip install garage-admin-mcp

README Excerpt

<p align="center"> <img src="assets/icon.svg" alt="garage-admin-mcp icon" width="128" height="128"> </p> An [MCP](https://modelcontextprotocol.io/) server for the [Garage](https://garagehq.deuxfleurs.fr/) S3-compatible object storage **Admin API** — bucket management, access-key management and permission assignment, exposed as MCP tools for LLM agents. It optionally

Tools (20)

GARAGE_ADMIN_HTTP_HOSTGARAGE_ADMIN_HTTP_PORTGARAGE_ADMIN_READ_ONLYGARAGE_ADMIN_REQUEST_TIMEOUT_SECONDSGARAGE_ADMIN_S3_ACCESS_KEY_IDGARAGE_ADMIN_S3_REGIONGARAGE_ADMIN_S3_SECRET_ACCESS_KEYGARAGE_ADMIN_S3_URLGARAGE_ADMIN_TOKENGARAGE_ADMIN_URLadd_bucket_aliasallow_bucket_keycreate_bucketcreate_keydelete_bucketdelete_keydeny_bucket_keygarageget_bucket_infoget_cluster_health

Topics

claude-codefastmcpgaragemcpmodel-context-protocolobject-storages3vibe-coding