MCP Servers / database / CockroachDB

CockroachDB

JSON →
nonedatabase

A server for direct interaction with CockroachDB databases.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: cockroachdb
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
CockroachDB — MCP Server · libregistry