Real-time document database with push notifications.
## RethinkDB MCP Server: Real-Time Document Database The **RethinkDB MCP Server** integrates RethinkDB into Google Antigravity. Build real-time applications with push-based change notifications and powerful query language. ### Why RethinkDB MCP? RethinkDB pushes changes to your application. The MCP provides: - **Real-Time Queries**: Changefeeds push updates - **ReQL**: Powerful query language - **Document Model**: Flexible JSON storage - **Joins**: Table relationships ### Key Features #### 1. Real-Time Push-based architecture: - Changefeeds - Real-time aggregations - Pub/sub patterns - Live queries #### 2. Query Language ReQL capabilities: - Joins and subqueries - Map-reduce - Geospatial queries - Date/time operations ### Configuration ```json { "mcpServers": { "rethinkdb": { "command": "npx", "args": ["-y", "@rethinkdb/mcp-server"], "env": { "RETHINKDB_HOST": "localhost" } } } } ``` The RethinkDB MCP enables real-time document database operations.
{
"mcpServers": {
"rethinkdb": {}
}
}