Skip to main content
Glama
index.ts1.05 kB
#!/usr/bin/env node /** * HybridHub MCP Server - Entry Point * Universal Hybrid Data MCP Server * * Supports both structured and unstructured data sources: * - Databases: PostgreSQL, MySQL, MariaDB, SQL Server, SQLite * - Object Storage: Huawei OBS, Alibaba OSS, AWS S3/S3-Compatible, Tencent COS */ // TODO: Import connector modules to register them when implemented // import "./connectors/postgres/index.js"; // import "./connectors/mysql/index.js"; // import "./connectors/sqlite/index.js"; // import "./connectors/sqlserver/index.js"; // import "./connectors/mariadb/index.js"; // TODO: Import provider modules to register them when implemented // import "./providers/obs/index.js"; // import "./providers/oss/index.js"; // import "./providers/s3/index.js"; // Import main function from server.ts import { main } from "./server.js"; /** * Entry point for the HybridHub MCP Server * Handles top-level exceptions and starts the server */ main().catch((error) => { console.error("Fatal error:", error); process.exit(1); });

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