Skip to main content
Glama
saeedshoh

minio-mcp-server

by saeedshoh

minio-mcp-server

An MCP server exposing MinIO/S3 object storage operations as tools for LLM agents.

Tools

  • list_buckets — list all buckets

  • list_objects(bucket, prefix, recursive) — list objects in a bucket

  • get_object(bucket, name) — read a text object's content

  • put_object(bucket, name, content) — write text content to an object

  • make_bucket(bucket) — create a bucket if it doesn't exist

  • remove_object(bucket, name) — delete an object

  • presigned_url(bucket, name, expires_seconds) — generate a presigned GET URL

Related MCP server: S3 MCP Server

Setup

  1. Create a virtual environment and install dependencies:

    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  2. Copy .env.example to .env and fill in your MinIO credentials:

    cp .env.example .env

    Variable

    Description

    MINIO_ENDPOINT

    Host and port of your MinIO server, e.g. localhost:9000

    MINIO_ACCESS_KEY

    MinIO access key

    MINIO_SECRET_KEY

    MinIO secret key

    MINIO_SECURE

    true to use HTTPS, false for HTTP

  3. Run the server:

    mcp dev server.py

Security

.env is gitignored and must never be committed — it contains live credentials. Use dedicated, least-privilege MinIO credentials for this server rather than the root/admin account.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to manage MinIO object storage through comprehensive bucket operations, file uploads/downloads, batch processing, permissions management, and URL generation. Supports both automatic and manual connection modes with flexible authentication options.
    Last updated
    19
    8
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with AWS S3 storage through bucket operations (create, delete, list), object management (upload, download, delete, list), and bucket policy configuration using AWS credentials.
    Last updated
    2
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Encrypted A2A object storage for autonomous agent state and artifacts

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saeedshoh/minio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server