C
CockroachDB
Query CockroachDB clusters over SQL.
·No reviews yet
Share:
About
Auto-generated
CockroachDB is a Model Context Protocol server in the Data & Databases category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about CockroachDB.
- What does the CockroachDB MCP enable?
- The CockroachDB MCP allows querying CockroachDB clusters using SQL. It provides a standardized interface for interacting with distributed SQL databases.
- How can I authenticate with the CockroachDB MCP?
- Authentication for the CockroachDB MCP requires an API key. This key is used to secure access to the CockroachDB cluster.
- What are typical use cases for the CockroachDB MCP?
- This MCP is ideal for applications needing SQL access to a distributed database. It supports use cases like scalable data storage and transaction processing.
- Does the CockroachDB MCP have any licensing costs?
- The CockroachDB MCP itself does not have direct licensing costs. However, the underlying CockroachDB service may incur costs depending on its deployment and usage.
- What is a prerequisite for using the CockroachDB MCP?
- A key prerequisite for using this MCP is an existing CockroachDB cluster. You will also need valid API key credentials to connect to your cluster.
Install CockroachDB
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"cockroachdb": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cockroachdb"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"cockroachdb": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cockroachdb"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"cockroachdb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cockroachdb"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.