Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Swayingleaves • Analytics & Monitoring
A server implementation to interact with CockroachDB via the Model Context Protocol.
Connect directly to a CockroachDB database for data retrieval and manipulation.
Execute SQL queries within the Cursor environment.
Monitor database status and structure dynamically.
This CockroachDB MCP Server allows for direct interaction with the CockroachDB database using Cursor by implementing the Model Context Protocol specification. It enables connecting to the database, obtaining table structures, executing SQL queries, providing database statuses, and more. With features like automatic reconnection and detailed logging, it ensures stable and insightful database management.
Connect to the CockroachDB cluster. Uses configuration from environment variables (CRDB_HOST, CRDB_USER, etc.). Returns: Connection status and cluster information.
Disconnect from the CockroachDB cluster. Returns: Disconnection status.
Get the health status of the CockroachDB cluster. Returns: Cluster health including node count and live nodes.
Execute a SQL query. Args: sql: SQL statement to execute. max_rows: Maximum rows to return (default: from config). Returns: Query results with columns and rows.
Check if a query is safe to execute without running it. Args: sql: SQL statement to validate. Returns: Validation result with any issues found.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.