CockroachDB
CreatedSwayingleaves
Enables direct interaction with a CockroachDB database within Cursor using the Model Context Protocol (MCP).
About
This CockroachDB MCP server, built upon the Model Context Protocol (MCP) specification, facilitates seamless interaction with CockroachDB databases within the Cursor environment. It offers a suite of functionalities, including database connection, table retrieval, schema inspection, SQL query execution, and status monitoring. The server incorporates an automatic reconnection mechanism, connection keep-alive, and graceful exit handling to ensure stability and reliability. Detailed logging aids in troubleshooting, and manual disconnection is supported.
Key Features
- Executes SQL queries
- 0 GitHub stars
- Connects to CockroachDB databases
- Provides database status resources
- Retrieves database tables and schema information
- Offers SQL query templates
Use Cases
- Managing and monitoring CockroachDB database connections in Cursor
- Executing SQL queries on CockroachDB through Cursor
- Interacting with CockroachDB within Cursor IDE