Back to MCP Servers
Cockroachdb
A Model Context Protocol server for managing, monitoring, and querying data in [CockroachDB](https://cockroachlabs.com).
databasesmonitoring
Installation
npx -y mcp-cockroachdbConfiguration
{
"mcpServers": {
"mcp-cockroachdb": {
"command": "npx",
"args": ["-y", "mcp-cockroachdb"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes