1. cockroachdb-mcp-server serve
Run the MCP server with options for schema initialization, port, host, and reload.
2. cockroachdb-mcp-server --version
Display the current version of the cockroachdb-mcp-server.
A production-grade Model Context Protocol (MCP) server implemented in Python using FastAPI and CockroachDB, providing full CRUD APIs for managing model contexts with JSONB storage and seamless integration.
{
"command": "cockroachdb-mcp-server",
"args": ["serve", "--init-schema", "--log-level", "INFO"],
"env": {
"CRDB_URL": "postgresql://root@localhost:26257/defaultdb?sslmode=disable",
"MCP_AUTO_INIT_SCHEMA": "true"
}
}