CockroachDB
JSON →A server for direct interaction with CockroachDB databases.
Install
npx -y @smithery/cli Tools · 6
- connect_database Connect to CockroachDB database.
- initialize_connection Initialize database connection, can be called immediately after connecting to the MCP server to establish a database connection.
- disconnect_database Manually disconnect from the database.
- get_tables Get all tables from the database.
- get_table_schema Get structure information of a specified table.
- execute_query Execute SQL query.