HybridHub
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DSN | No | Database connection string | |
| DB_HOST | No | Database host | |
| DB_NAME | No | Database name | |
| DB_PORT | No | Database port | |
| DB_TYPE | No | Database type (postgres, mysql, sqlite, etc.) | |
| DB_USER | No | Database username | |
| DB_MAX_ROWS | No | Maximum rows per query | 1000 |
| DB_PASSWORD | No | Database password | |
| DB_READONLY | No | Enable read-only mode | false |
| STORAGE_TYPE | No | Storage provider type (s3, oss, obs, etc.) | |
| HYBRIDHUB_PORT | No | HTTP port | 8080 |
| STORAGE_REGION | No | Storage region | |
| STORAGE_ENDPOINT | No | Storage endpoint URL | |
| HYBRIDHUB_API_KEY | No | API key for authentication | |
| STORAGE_ACCESS_KEY | No | Access key ID | |
| STORAGE_PATH_STYLE | No | Use path-style URLs (for MinIO) | false |
| STORAGE_SECRET_KEY | No | Secret access key | |
| HYBRIDHUB_TRANSPORT | No | Transport mode | stdio |
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
| Name | Description |
|---|---|
| execute_sqlB | Execute SQL query on the 'sqlserver_local' database. Returns query results as JSON. |
| search_db_objectsB | Search database objects (schemas, tables, columns, procedures) on 'sqlserver_local'. Supports SQL LIKE patterns. |
| list_bucketsA | List all storage buckets available in the 'huawei_obs' source. Returns bucket names, creation dates, and locations. |
| list_objectsB | List objects in a bucket from the 'huawei_obs' source. Supports prefix filtering, delimiter for hierarchical listing, and pagination. |
| get_objectA | 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_metadataA | 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_objectsC | 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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