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.
Run the MCP server with options for schema initialization, port, host, and reload.
Display the current version of the cockroachdb-mcp-server.
{
"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"
}
}