amineelkouhen/mcp-cockroachdb
A Model Context Protocol server for managing, monitoring, and querying data in [CockroachDB](https://cockroachlabs.com).
Quick Start
Clone the repository:
git clone https://github.com/amineelkouhen/mcp-cockroachdbClaude Desktop configuration example:
{
"mcpServers": {
"mcp-cockroachdb": {
"command": "npx",
"args": [
"-y",
"amineelkouhen/mcp-cockroachdb"
]
}
}
}Check the repository README for specific installation and configuration instructions.