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
- Connection Refused: Ensure the CockroachDB server is running and accessible from your machine.
- Authentication Failed: Check if the username and password are correct.
- Connection Timeout: Check if the network connection is stable, especially when connecting to a remote database.
- Database Server Issues: Check if the CockroachDB server is running properly.