Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DSNNoDatabase connection string
DB_HOSTNoDatabase host
DB_NAMENoDatabase name
DB_PORTNoDatabase port
DB_TYPENoDatabase type (postgres, mysql, sqlite, etc.)
DB_USERNoDatabase username
DB_MAX_ROWSNoMaximum rows per query1000
DB_PASSWORDNoDatabase password
DB_READONLYNoEnable read-only modefalse
STORAGE_TYPENoStorage provider type (s3, oss, obs, etc.)
HYBRIDHUB_PORTNoHTTP port8080
STORAGE_REGIONNoStorage region
STORAGE_ENDPOINTNoStorage endpoint URL
HYBRIDHUB_API_KEYNoAPI key for authentication
STORAGE_ACCESS_KEYNoAccess key ID
STORAGE_PATH_STYLENoUse path-style URLs (for MinIO)false
STORAGE_SECRET_KEYNoSecret access key
HYBRIDHUB_TRANSPORTNoTransport modestdio

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_sql

Execute SQL query on the 'sqlserver_local' database. Returns query results as JSON.

search_db_objects

Search database objects (schemas, tables, columns, procedures) on 'sqlserver_local'. Supports SQL LIKE patterns.

list_buckets

List all storage buckets available in the 'huawei_obs' source. Returns bucket names, creation dates, and locations.

list_objects

List objects in a bucket from the 'huawei_obs' source. Supports prefix filtering, delimiter for hierarchical listing, and pagination.

get_object

Retrieve the content of an object from the 'huawei_obs' source. Text files are returned as plain text, binary files as base64. Default max size: 10MB

get_object_metadata

Get metadata for an object from the 'huawei_obs' source without downloading content. Returns content type, size, last modified date, ETag, storage class, and custom metadata.

search_objects

Search for objects in a bucket from the 'huawei_obs' source. Supports filtering by prefix, suffix, extensions, glob patterns, file size, and modification date.

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/zq940222/hybrid-mcp'

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