Skip to main content
Glama

QuestDB MCP Server

by brunoprela
cli.ts393 B
#!/usr/bin/env node import { QuestDBMCPServer } from "./server.js"; import { loadConfig } from "./config.js"; /** * CLI entry point for the QuestDB MCP server */ async function main() { const config = loadConfig(); const server = new QuestDBMCPServer(config); await server.run(); } main().catch((error) => { console.error("Fatal error:", error); process.exit(1); });

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/brunoprela/questdb-mcp'

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