cockroachdb-mcp-server
0
The CockroachDB MCP Server allows for direct interaction with a CockroachDB database within the Cursor tool, implementing the Model Context Protocol. It offers features such as SQL query execution, automatic reconnection, detailed logging, and TCP keep-alive settings to ensure consistent and stable database interaction.
connect_database
Connect to the CockroachDB database
initialize_connection
Initialize database connection
disconnect_database
Manually disconnect the database
get_tables
Get all tables in the database
get_table_schema
Get the structure information of the specified table
execute_query
Execute SQL query