Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINIO_SECURENoSet to 'true' for HTTPS connection, or 'false' for HTTP.false
MINIO_ENDPOINTYesThe MinIO server endpoint (e.g., localhost:9000).
MINIO_ACCESS_KEYYesThe access key for MinIO/S3 storage.
MINIO_SECRET_KEYYesThe secret key for MinIO/S3 storage.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
minio_list_bucketsB

List all buckets in MinIO storage

minio_make_bucketC

Create a new bucket in MinIO

minio_remove_bucketB

Remove an empty bucket from MinIO

minio_bucket_existsB

Check if a bucket exists in MinIO

minio_list_objectsC

List objects in a MinIO bucket

minio_get_objectC

Get object content from MinIO bucket

minio_put_objectC

Upload content as an object to MinIO bucket

minio_upload_fileC

Upload a local file to MinIO bucket

minio_download_fileB

Download an object from MinIO to a local file

minio_remove_objectC

Remove an object from a MinIO bucket

minio_stat_objectA

Get object metadata without downloading content

minio_presigned_urlC

Generate a presigned URL for object download

minio_copy_objectC

Copy an object to another location in MinIO

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Raphaelren/minio-mcp'

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