Distributed PostgreSQL-compatible database for cloud-native applications.
## YugabyteDB MCP Server: Distributed PostgreSQL The **YugabyteDB MCP Server** integrates YugabyteDB distributed database into Google Antigravity. Execute PostgreSQL-compatible queries with global distribution and automatic sharding. ### Why YugabyteDB MCP? YugabyteDB offers distributed PostgreSQL. The MCP provides: - **PostgreSQL Compatible**: Full Postgres wire protocol - **Global Distribution**: Multi-region deployment - **Auto-Sharding**: Automatic data distribution - **Fault Tolerance**: Automatic failover ### Key Features #### 1. PostgreSQL Features Full compatibility: - SQL queries - Stored procedures - Extensions - JSON support #### 2. Distribution Global database: - Geo-partitioning - Follower reads - Cross-region replication - Zone awareness ### Configuration ```json { "mcpServers": { "yugabytedb": { "command": "npx", "args": ["-y", "@yugabyte/mcp-server"], "env": { "YUGABYTE_HOST": "your-host" } } } } ``` The YugabyteDB MCP enables globally distributed PostgreSQL.
{
"mcpServers": {
"yugabytedb": {}
}
}