Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost address for the MCP server0.0.0.0
MCP_PORTNoPort for the MCP server8000
MINIO_SECURENoWhether to use a secure (HTTPS) connection (true/false)
MINIO_ENDPOINTYesMinIO server endpoint (e.g., 127.0.0.1:9000)
MINIO_ACCESS_KEYYesAccess key for MinIO authentication
MINIO_SECRET_KEYYesSecret key for MinIO authentication
MINIO_OBJECT_PREFIXNoPrefix for the object pathuploads
MINIO_DEFAULT_BUCKETYesDefault bucket for uploading files
MINIO_AUTO_CREATE_BUCKETNoWhether to automatically create the bucket if it does not exist

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.6/5.0

Scored across 2 tools

Disambiguation2/5

The two tools have overlapping purposes—both upload files to MinIO—with only minor distinctions in input format (base64 vs. local file). An agent could easily misselect between them if the input format isn't clearly specified, as the core action is identical. The descriptions help differentiate, but the fundamental overlap in functionality creates ambiguity.

Naming Consistency5/5

The tool names follow a perfectly consistent verb_noun pattern: both start with 'upload', followed by a descriptor ('base64' or 'file'), and end with 'to_minio'. This predictable naming scheme makes it easy for agents to understand and select tools without confusion.

Tool Count2/5

With only 2 tools, the server feels severely under-scoped for a MinIO integration, which typically involves operations like listing, downloading, deleting, or managing buckets. The count is too low to cover the basic CRUD/lifecycle needs of file storage, limiting agent functionality.

Completeness1/5

The tool surface is extremely incomplete for a MinIO server, covering only upload operations with no ability to retrieve, list, delete, or manage files or buckets. This creates significant gaps that will cause agent failures in most file storage workflows, as agents cannot perform basic operations beyond uploading.

Maintenance

ActivityInactive
ResponsivenessNo issues