Skip to main content
DatabasesPython

amineelkouhen/mcp-cockroachdb

A Model Context Protocol server for managing, monitoring, and querying data in [CockroachDB](https://cockroachlabs.com).

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/amineelkouhen/mcp-cockroachdb

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-cockroachdb": {
      "command": "npx",
      "args": [
        "-y",
        "amineelkouhen/mcp-cockroachdb"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
amineelkouhen