CockroachDB Cloud Connector for AI agents.
8 live capabilities
Manage distributed SQL clusters and monitor database health from your chat interface.
Waiting for input…
Why people use CockroachDB Cloud
CockroachDB Cloud for Distributed SQL Infrastructure Management
This Connector brings that entire infrastructure view into your chat window. You can ask for a summary of all clusters or check a specific node's health with a single sentence. It turns a multi-click navigation process into a simple conversation, letting you stay in your flow state.
What Vinkius changes
You get a conversational interface for your entire distributed SQL infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Incident Response
A node goes down; the DBA asks the agent to list all nodes and check the status of the production cluster.
- Real-world use case 02
Security Audit
A security engineer needs to verify the allowlist for the 'Dev' cluster to ensure no unauthorized IPs are listed.
- Real-world use case 03
Capacity Planning
A cloud engineer asks the agent to list recent scaling operations to see how the database has handled traffic.
Complete set · 8capabilities
The complete CockroachDB Cloud capability set.
These are the exact actions your AI can choose when you ask it to work with CockroachDB Cloud.
01—04
4 capabilities in this set.
Part of 8 available through CockroachDB Cloud.
- 01 Capability
Get cluster cloud details
Get specific details for a single cluster, including provider and region.
- 02 Capability
Get my cockroach profile
Retrieve information about your authenticated user and organization.
- 03 Capability
List network allowlist
View the network allowlist rules for a specific cluster to manage connectivity.
- 04 Capability
List encryption keys
See the Customer Managed Keys used for your cluster's data encryption.
05—08
4 capabilities in this set.
Part of 8 available through CockroachDB Cloud.
- 05 Capability
List supported cloud providers
Check which cloud providers are supported by CockroachDB Cloud.
- 06 Capability
List cockroach clusters
List all of your CockroachDB Cloud clusters in one go.
- 07 Capability
List cluster nodes
List every node within a specific cluster to check for health issues.
- 08 Capability
List cluster operations
Review recent management tasks like scaling or upgrades for a cluster.
Set up in minutes
One URL. Then ask CockroachDB Cloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CockroachDB Cloud from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lXJMfvTxkQ8roFLANT9KKH5ZXboI6KmNc6teoSqs/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it CockroachDB Cloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CockroachDB Cloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lXJMfvTxkQ8roFLANT9KKH5ZXboI6KmNc6teoSqs/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the CockroachDB Cloud URL.
- Step 03
Save and start
Save the connection and enable CockroachDB Cloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cockroachdb-cloud": {
"url": "https://edge.vinkius.com/vk_preview_lXJMfvTxkQ8roFLANT9KKH5ZXboI6KmNc6teoSqs/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using CockroachDB Cloud
Open Agent mode in chat and ask: "Using CockroachDB Cloud, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cockroachdb-cloud": {
"url": "https://edge.vinkius.com/vk_preview_lXJMfvTxkQ8roFLANT9KKH5ZXboI6KmNc6teoSqs/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using CockroachDB Cloud
Ask Copilot: "Using CockroachDB Cloud, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cockroachdb-cloud": {
"url": "https://edge.vinkius.com/vk_preview_lXJMfvTxkQ8roFLANT9KKH5ZXboI6KmNc6teoSqs/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using CockroachDB Cloud
Open Cascade and ask: "Using CockroachDB Cloud, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cockroachdb-cloud": {
"url": "https://edge.vinkius.com/vk_preview_lXJMfvTxkQ8roFLANT9KKH5ZXboI6KmNc6teoSqs/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using CockroachDB Cloud
Ask Cline: "Using CockroachDB Cloud, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cockroachdb-cloud --transport http "https://edge.vinkius.com/vk_preview_lXJMfvTxkQ8roFLANT9KKH5ZXboI6KmNc6teoSqs/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using CockroachDB Cloud
Ask Claude: "Using CockroachDB Cloud, show me...". 8 tools are ready
Where the request belongs
Work CockroachDB Cloud can move forward.
This is for the engineers and admins who are tired of context switching. If you spend your day troubleshooting database connectivity or auditing security rules, this capability removes the friction of the cloud console.
Database Administrator
Monitors cluster health and operation history during incidents.
Cloud Engineer
Audits network allowlists and regional distribution for global deployments.
Security Team
Quickly looks up encryption key metadata and connectivity rules.
Platform Engineer
Verifies cloud provider availability and monitors lifecycle events.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOceanBase
Enterprise distributed relational database. manage clusters, tenants, and databases via AI.
StarRocks
High-performance analytical database. manage clusters, tables, and query data via AI.
Aiven
Manage Aiven cloud infrastructure. provision databases, manage projects, and monitor services directly from your AI agent.
Neon (Serverless PostgreSQL)
Manage serverless database infrastructure via Neon. spawn zero-copy branches, audit projects, and monitor compute endpoints.
Nile (PostgreSQL for Multi-Tenant Apps)
Manage tenant-aware databases via Nile. provision B2B tenants, monitor DB metrics, and audit user access.
Neon
Manage serverless PostgreSQL databases via Neon. provision projects, branches, endpoints and roles from any AI agent.
Bring your own AI
Change the model, client or framework. Keep CockroachDB Cloud connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about CockroachDB Cloud.
The practical details behind the request, access and result.
Can I use the CockroachDB Cloud MCP to run SQL queries?
No, this Connector is for managing your database infrastructure like clusters and nodes. You won't be able to run queries against your data tables with it.
How do I connect my CockroachDB Cloud account to my AI agent?
You'll need to subscribe to the Connector on Vinkius and provide your CockroachDB Cloud API Secret Key in your AI client's settings.
Can I see which nodes are failing in my cluster?
Yes, you can ask your agent to list the nodes for a specific cluster to see their current health and status.
Does this Connector help with database security?
It lets you view network allowlist rules and Customer Managed Keys, which are essential for auditing your cluster's security posture.
Can I see a history of recent scaling events?
Yes, you can ask the agent to list the recent management operations for any cluster to see past scaling or upgrade tasks.
Is this Connector compatible with Cursor or Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
Can I see the status of all nodes in a cluster through the agent?
Yes! Use the list_cluster_nodes capability with the unique cluster ID. The agent will return a list of all nodes, their IP addresses, and their current health/operational state.
How do I check for recent scaling or upgrade events on my database?
Use the list_cluster_operations capability. Your agent will fetch the management log for the cluster, showing you recent tasks, their progress, and whether they were successful.
Where do I find my CockroachDB Cloud API Secret Key?
Log in to the CockroachDB Cloud Console, navigate to Access Management, and select API Keys. You can generate and copy a new Secret Key from that section.
One connection away
Give your agent a direct line to CockroachDB Cloud.
Connect CockroachDB Cloud once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available