Distributed SQL database for real-time analytics and transactions.
## SingleStore MCP Server: Real-Time Analytics Database The **SingleStore MCP Server** integrates SingleStore (formerly MemSQL) into Google Antigravity. Execute real-time analytics and transactions on a unified database platform. ### Why SingleStore MCP? SingleStore unifies OLTP and OLAP workloads. The MCP provides: - **Real-Time Analytics**: Sub-second query response - **MySQL Compatible**: Standard SQL interface - **Unified Platform**: Transactions and analytics - **Scale-Out**: Distributed architecture ### Key Features #### 1. Performance Real-time processing: - In-memory rowstore - Columnar analytics - Parallel execution - Query optimization #### 2. Integration Data connectivity: - Kafka ingestion - Spark integration - Data pipelines - CDC support ### Configuration ```json { "mcpServers": { "singlestore": { "command": "npx", "args": ["-y", "@singlestore/mcp-server"], "env": { "SINGLESTORE_HOST": "your-host" } } } } ``` The SingleStore MCP enables real-time unified analytics.
{
"mcpServers": {
"singlestore": {}
}
}