cockroachdb-mcp-server

cockroachdb-mcp-server

0

The CockroachDB MCP Server allows for direct interaction with a CockroachDB database within the Cursor tool, implementing the Model Context Protocol. It offers features such as SQL query execution, automatic reconnection, detailed logging, and TCP keep-alive settings to ensure consistent and stable database interaction.

Common Issues

  1. Connection Refused: Ensure the CockroachDB server is running and accessible from your machine.
  2. Authentication Failed: Check if the username and password are correct.
  3. Connection Timeout: Check if the network connection is stable, especially when connecting to a remote database.
  4. Database Server Issues: Check if the CockroachDB server is running properly.