Distributed SQL database for machine data and time-series workloads.
## CrateDB MCP Server: Distributed SQL for Machine Data The **CrateDB MCP Server** integrates CrateDB into Google Antigravity. Execute SQL queries on machine data, time-series, and IoT workloads with real-time analytics. ### Why CrateDB MCP? CrateDB handles machine-generated data at scale. The MCP provides: - **SQL Interface**: Standard SQL on distributed data - **Time-Series**: Native time-series support - **Full-Text Search**: Elasticsearch integration - **Columnar Storage**: Fast analytical queries ### Key Features #### 1. Data Ingestion High-speed ingestion: - Bulk imports - Streaming data - IoT protocols - Log aggregation #### 2. Analytics Real-time analysis: - Aggregations - Window functions - Geospatial queries - Machine learning ### Configuration ```json { "mcpServers": { "cratedb": { "command": "npx", "args": ["-y", "@crate/mcp-server"], "env": { "CRATE_HOST": "your-host" } } } } ``` The CrateDB MCP enables SQL analytics on machine data.
{
"mcpServers": {
"cratedb": {}
}
}