High-performance time-series database with SQL support.
## QuestDB MCP Server: High-Performance Time-Series The **QuestDB MCP Server** integrates QuestDB into Google Antigravity. Execute blazing-fast time-series queries with SQL syntax and InfluxDB line protocol ingestion. ### Why QuestDB MCP? QuestDB delivers million-row-per-second ingestion. The MCP provides: - **Fast Ingestion**: Millions of rows/second - **SQL Interface**: Standard SQL queries - **Time-Series Native**: Optimized for time data - **InfluxDB Compatible**: Line protocol support ### Key Features #### 1. Performance Ultra-fast operations: - Columnar storage - SIMD acceleration - Zero-GC Java - Parallel execution #### 2. Time-Series Native time support: - SAMPLE BY queries - Timestamp partitioning - Designated timestamp - Out-of-order handling ### Configuration ```json { "mcpServers": { "questdb": { "command": "npx", "args": ["-y", "@questdb/mcp-server"], "env": { "QUESTDB_HOST": "localhost:8812" } } } } ``` The QuestDB MCP enables ultra-fast time-series analytics.
{
"mcpServers": {
"questdb": {}
}
}