Data & APIs

CockroachDB MCP

CockroachDB MCP provides access to CockroachDB, the distributed SQL database built for global scale. Execute SQL queries, inspect schemas, monitor cluster health, manage database content, and analyze query performance. Supports both CockroachDB Cloud and self-hosted deployments.

Stars

380

Installs

18.0k

License

MIT

Kind

MCP

Trust evidence

Catalogued

Catalogued MCP with public repository metadata. Not a verified endorsement.

  • Stars: 380 · catalog
  • Freshness: Updated 2026-01-08
  • Used in 0 known stacks (editorial graph may still apply)

Prerequisites

  • · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
  • · Environment: COCKROACHDB_CONNECTION_STRING
  • · Python 3 + pip

Reference command

{
  "mcpServers": {
    "cockroachdb": {
      "command": "python",
      "args": ["-m", "mcp_cockroachdb"],
      "env": {
        "COCKROACHDB_CONNECTION_STRING": "<your-connection-string>"
      }
    }
  }
}

Often stacked with