71
/ 100
1 month ago
mcp_so

Cockroachdb MCP Server

The CockroachDB MCP Server is a natural language interface designed for agentic applications to manage, monitor and query data in CockroachDB.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCRDB_HOST"": "<your_cockroachdb_hostname>",
configCRDB_PORT"": "<your_cockroachdb_port>",
configCRDB_USERNAME"": "<your_cockroachdb_user>",
configCRDB_PWD"": "<your_cockroachdb_password>",
configCRDB_DATABASE"": "<your_cockroach_database>",
configCRDB_SSL_CA_PATH"": "<your_cockroachdb_ca_path>",
configCRDB_SSL_KEYFILE"": "<your_cockroachdb_keyfile_path>",
configCRDB_SSL_CERTFILE"": "<your_cockroachdb_certificate_path>",
configCRDB_SSL_MODE"": "disableallowpreferrequireverify-caverify-full",
configCRDB_POOL_MIN(default 1)
configCRDB_POOL_MAX(default 10)
configCRDB_COMMAND_TIMEOUT(default 60 seconds)
configMCP_LOG_LEVEL(default INFO) — standard Python logging level (DEBUG/INFO/WARNING/ERROR).
configMCP_LOG_JSON1 — emit JSON-structured log lines, recommended when running with --transport http.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/amineelkouhen-mcp-cockroachdb-196ty4)](https://m8ven.ai/mcp/amineelkouhen-mcp-cockroachdb-196ty4)
commit: 2a5eaa316508fc15bf783cbee1710871ef552ba7
code hash: 41dd8bef4b54176474443978c1d547146af29c94b3c81bd55a077ec91e978154
verified: 6/17/2026, 11:44:51 AM
view raw JSON →