Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cockroachdb-toolbox": {
"command": "toolbox",
"args": [
"--config",
"${CLAUDE_PLUGIN_ROOT}/tools.yaml",
"--stdio"
],
"env": {
"COCKROACHDB_HOST": "${COCKROACHDB_HOST}",
"COCKROACHDB_PORT": "${COCKROACHDB_PORT}",
"COCKROACHDB_USER": "${COCKROACHDB_USER}",
"COCKROACHDB_SSLMODE": "${COCKROACHDB_SSLMODE}",
"COCKROACHDB_DATABASE": "${COCKROACHDB_DATABASE}",
"COCKROACHDB_PASSWORD": "${COCKROACHDB_PASSWORD}"
}
}
}
}Replace placeholder values for: COCKROACHDB_PASSWORD
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
toolboxCommand-line arguments passed to the server process
Environment variables set when the server starts
COCKROACHDB_HOST=${COCKROACHDB_HOST}COCKROACHDB_PORT=${COCKROACHDB_PORT}COCKROACHDB_USER=${COCKROACHDB_USER}COCKROACHDB_SSLMODE=${COCKROACHDB_SSLMODE}COCKROACHDB_DATABASE=${COCKROACHDB_DATABASE}COCKROACHDB_PASSWORD=${COCKROACHDB_PASSWORD}Sensitive values you must provide — never committed to source control
npx claudepluginhub cockroachdb/claude-plugin --plugin cockroachdb