Skip to main content
Glama

QuestDB MCP Server

by brunoprela
types.ts428 B
/** * Configuration interface for QuestDB connection */ export interface QuestDBConfig { host: string; port: number; username?: string; password?: string; autoFlushRows?: number; autoFlushInterval?: number; } /** * Query result structure from QuestDB */ export interface QueryResult { dataset?: any[][]; count?: number; columns?: string[]; query?: string; [key: string]: any; }

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