Enable AI agents to manage, monitor, and query CockroachDB using natural language. Perform complex database operations, cluster management, and query execution seamlessly through AI-driven workflows. Integrate effortlessly with MCP clients for scalable and high-performance data operations.
593
0
29 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
cockroachdb
to the mcpServers
section:{
"mcpServers": {
"cockroachdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CRDB_HOST",
"-e",
"CRDB_PORT",
"-e",
"CRDB_DATABASE",
"-e",
"CRDB_USERNAME",
"-e",
"CRDB_SSL_MODE",
"-e",
"CRDB_SSL_CA_PATH",
"-e",
"CRDB_SSL_KEYFILE",
"-e",
"CRDB_SSL_CERTFILE",
"-e",
"CRDB_PWD",
"mcp/cockroachdb@sha256:4863594a246c6f86a5c4c87383a679353e9a6b4d85c3327c48464669cd236b1e"
],
"env": {
"CRDB_HOST": "{{cockroachdb.host}}",
"CRDB_PORT": "{{cockroachdb.port}}",
"CRDB_DATABASE": "{{cockroachdb.database}}",
"CRDB_USERNAME": "{{cockroachdb.username}}",
"CRDB_SSL_MODE": "{{cockroachdb.ssl_mode}}",
"CRDB_SSL_CA_PATH": "{{cockroachdb.ca_path}}",
"CRDB_SSL_KEYFILE": "{{cockroachdb.ssl_keyfile}}",
"CRDB_SSL_CERTFILE": "{{cockroachdb.ssl_certfile}}",
"CRDB_PWD": ""
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP CockroachDB
version: 1.0.1
schema: v1
mcpServers:
- name: CockroachDB
command: docker
args:
- run
- --rm
- -i
- -e
- CRDB_HOST
- -e
- CRDB_PORT
- -e
- CRDB_DATABASE
- -e
- CRDB_USERNAME
- -e
- CRDB_SSL_MODE
- -e
- CRDB_SSL_CA_PATH
- -e
- CRDB_SSL_KEYFILE
- -e
- CRDB_SSL_CERTFILE
- -e
- CRDB_PWD
- mcp/cockroachdb@sha256:4863594a246c6f86a5c4c87383a679353e9a6b4d85c3327c48464669cd236b1e
env:
CRDB_HOST: "{{cockroachdb.host}}"
CRDB_PORT: "{{cockroachdb.port}}"
CRDB_DATABASE: "{{cockroachdb.database}}"
CRDB_USERNAME: "{{cockroachdb.username}}"
CRDB_SSL_MODE: "{{cockroachdb.ssl_mode}}"
CRDB_SSL_CA_PATH: "{{cockroachdb.ca_path}}"
CRDB_SSL_KEYFILE: "{{cockroachdb.ssl_keyfile}}"
CRDB_SSL_CERTFILE: "{{cockroachdb.ssl_certfile}}"
CRDB_PWD: ""
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
cockroachdb
to the mcpServers
section:{
"mcpServers": {
"cockroachdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CRDB_HOST",
"-e",
"CRDB_PORT",
"-e",
"CRDB_DATABASE",
"-e",
"CRDB_USERNAME",
"-e",
"CRDB_SSL_MODE",
"-e",
"CRDB_SSL_CA_PATH",
"-e",
"CRDB_SSL_KEYFILE",
"-e",
"CRDB_SSL_CERTFILE",
"-e",
"CRDB_PWD",
"mcp/cockroachdb@sha256:4863594a246c6f86a5c4c87383a679353e9a6b4d85c3327c48464669cd236b1e"
],
"env": {
"CRDB_HOST": "{{cockroachdb.host}}",
"CRDB_PORT": "{{cockroachdb.port}}",
"CRDB_DATABASE": "{{cockroachdb.database}}",
"CRDB_USERNAME": "{{cockroachdb.username}}",
"CRDB_SSL_MODE": "{{cockroachdb.ssl_mode}}",
"CRDB_SSL_CA_PATH": "{{cockroachdb.ca_path}}",
"CRDB_SSL_KEYFILE": "{{cockroachdb.ssl_keyfile}}",
"CRDB_SSL_CERTFILE": "{{cockroachdb.ssl_certfile}}",
"CRDB_PWD": ""
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for