High-performance Cassandra-compatible NoSQL database.
## ScyllaDB MCP Server: High-Performance NoSQL The **ScyllaDB MCP Server** integrates ScyllaDB into Google Antigravity. Execute Cassandra-compatible queries with 10x better performance through shard-per-core architecture. ### Why ScyllaDB MCP? ScyllaDB delivers Cassandra compatibility with better performance. The MCP provides: - **Cassandra Compatible**: CQL and drivers work - **10x Performance**: Shard-per-core design - **Low Latency**: P99 latency guarantees - **Auto-Tuning**: Self-optimizing ### Key Features #### 1. NoSQL Operations Cassandra-compatible: - CQL queries - Wide-column model - Secondary indexes - Materialized views #### 2. Performance Architecture advantages: - Shard-per-core - Userspace I/O - No GC pauses - Workload prioritization ### Configuration ```json { "mcpServers": { "scylladb": { "command": "npx", "args": ["-y", "@scylladb/mcp-server"], "env": { "SCYLLA_HOSTS": "your-hosts" } } } } ``` The ScyllaDB MCP enables high-performance Cassandra-compatible operations.
{
"mcpServers": {
"scylladb": {}
}
}