MCP server
CockroachDB MCP Server
Cockroach Labs' own server for cluster inspection, schema reading and SQL.
Add it to your client
OfficialInstall
go install github.com/cockroachdb/cockroachdb-mcp-server@latest
- Transport
- both
- Runtime
- Go
- Auth
- Required
- Tools
- 15
- License
- Apache-2.0
Tools
list_databaseslist_tablesget_table_schemaget_clusterlist_sql_userslist_cluster_nodesshow_running_queriesselect_queryexplain_queryshow_statement
A Go binary that lets an agent list databases and tables, read schemas, inspect cluster nodes and currently running queries, and execute SELECT statements against a live cluster. Write tools that create tables or modify rows stay disabled until an environment variable enables them. It runs as a stdio subprocess by default, or as a long-lived HTTP process with TLS and bearer-token auth when several people share one instance.
Similar MCP servers
Apollo MCP Server
MCP serverTurns selected GraphQL operations into individual MCP tools an agent can call.
Developer Tools
Snowflake MCP Server
MCP serverQueries Snowflake data and Cortex services through MCP tools.
Data & AnalyticsDatabases
Slack MCP Server
MCP serverReads and writes Slack conversations from an MCP client, without requiring a workspace app install.
Messaging & Communications
Comments(0)
Sign in to comment