CloudBeaver Connector for AI agents.
19 live capabilities
Manage database connections and user permissions for CloudBeaver.
Waiting for input…
Why people use CloudBeaver
DBeaver (CloudBeaver) Database Administration Management
This Connector removes those hurdles by putting your CloudBeaver controls into a chat interface. You can ask your agent to create a team or check a connection status, and it does it instantly. You get a clear confirmation of the action instead of a screen full of buttons.
What Vinkius changes
You get a natural language interface for your entire CloudBeaver management suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Audit User Access
A security officer needs to see who has access to the production database.
- Real-world use case 02
Check Connection Status
A developer notices a slow query and wants to see if the connection is stable.
- Real-world use case 03
Provision New Teams
A manager needs to set up a new group for the marketing team.
Complete set · 19capabilities
The complete CloudBeaver capability set.
These are the exact actions your AI can choose when you ask it to work with CloudBeaver.
01—04
4 capabilities in this set.
Part of 19 available through CloudBeaver.
- 01 Capability
Create user
Creates a new user account, which requires admin privileges to execute. This helps you onboard new team members quickly.
- 02 Capability
Data transfer export data from container
Starts a background task to export data from a specific table or schema. This is useful for moving large chunks of data.
- 03 Capability
Data transfer export data from results
Exports data from the results of a specific SQL query. Use this to quickly grab a subset of data for analysis.
- 04 Capability
Db sm terminate
Ends active database sessions for a specific connection to free up resources. This helps clear out hung or zombie connections.
05—08
4 capabilities in this set.
Part of 19 available through CloudBeaver.
- 05 Capability
Delete team
Removes an existing team from your CloudBeaver setup. Use this to clean up old projects or decommission teams.
- 06 Capability
Delete user
Removes a user account from the system. This is the standard way to offboard users who no longer need access.
- 07 Capability
Get active product license
Shows the details of your current active product license. This helps you monitor your subscription status.
- 08 Capability
Get active user
Shows information about the person currently logged into the instance. Use this to verify who is currently active.
09—12
4 capabilities in this set.
Part of 19 available through CloudBeaver.
- 09 Capability
Get admin user info
Pulls detailed admin level information for a specific user. This is useful for deep security audits.
- 10 Capability
Get ai settings
Shows the global configuration for the AI assistant. Use this to check how your agent is interacting with the platform.
- 11 Capability
Get all product licenses
Lists every license currently installed on your platform. This provides a full overview of your software entitlements.
- 12 Capability
Get auth providers
Lists all available ways to log in, such as SAML or local logins. This helps you understand your current security options.
13—16
4 capabilities in this set.
Part of 19 available through CloudBeaver.
- 13 Capability
Get connection info
Shows the status and configuration for a specific database connection. This lets you see if a connection is live and healthy.
- 14 Capability
Add connections access
Grants specific users or teams access to certain database connections. This is the primary way to manage permissions.
- 15 Capability
Auth login
Authenticates a session using a provider and the necessary credentials. This allows your agent to perform actions on your behalf.
- 16 Capability
Configure server
Updates the main configuration for your CloudBeaver instance. This helps keep your global settings in sync with your requirements.
17—19
3 capabilities in this set.
Part of 19 available through CloudBeaver.
- 17 Capability
Create team
Creates a new team for organizing user access and permissions. Use this to group users by department or project.
- 18 Capability
Data transfer available stream processors
Lists formats like CSV and JSON that you can use to export data. This helps you verify export options before starting a job.
- 19 Capability
Get driver list
Lists all the database drivers your platform currently supports. Use this to see what types of databases you can connect to.
Set up in minutes
One URL. Then ask CloudBeaver to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CloudBeaver 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_E9SNBrPcj6htJ3fU0RopCN0dEOsUlh20fAVZditP/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 CloudBeaver, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CloudBeaver for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_E9SNBrPcj6htJ3fU0RopCN0dEOsUlh20fAVZditP/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 CloudBeaver URL.
- Step 03
Save and start
Save the connection and enable CloudBeaver in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dbeaver-cloudbeaver": {
"url": "https://edge.vinkius.com/vk_preview_E9SNBrPcj6htJ3fU0RopCN0dEOsUlh20fAVZditP/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 CloudBeaver
Open Agent mode in chat and ask: "Using CloudBeaver, help me...". 19 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dbeaver-cloudbeaver": {
"url": "https://edge.vinkius.com/vk_preview_E9SNBrPcj6htJ3fU0RopCN0dEOsUlh20fAVZditP/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 CloudBeaver
Ask Copilot: "Using CloudBeaver, help me...". 19 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dbeaver-cloudbeaver": {
"url": "https://edge.vinkius.com/vk_preview_E9SNBrPcj6htJ3fU0RopCN0dEOsUlh20fAVZditP/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 CloudBeaver
Open Cascade and ask: "Using CloudBeaver, help me...". 19 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dbeaver-cloudbeaver": {
"url": "https://edge.vinkius.com/vk_preview_E9SNBrPcj6htJ3fU0RopCN0dEOsUlh20fAVZditP/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 CloudBeaver
Ask Cline: "Using CloudBeaver, help me...". 19 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dbeaver-cloudbeaver --transport http "https://edge.vinkius.com/vk_preview_E9SNBrPcj6htJ3fU0RopCN0dEOsUlh20fAVZditP/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 CloudBeaver
Ask Claude: "Using CloudBeaver, show me...". 19 tools are ready
Where the request belongs
Work CloudBeaver can move forward.
This is for the database admin who is tired of clicking through a web portal to manage dozens of users, or the DevOps engineer who needs to verify connection strings and licenses at a moment's notice.
Database Administrator
Audits user permissions and connection statuses across multiple projects during weekly security checks.
DevOps Engineer
Automates the provisioning of new user accounts and verifies platform configurations during deployment.
Data Engineer
Checks available drivers and export formats to ensure data pipelines are set up correctly.
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.
Supabase
Connect your AI to Supabase. Execute database queries, manage users, and trigger PostgreSQL functions directly from your terminal.
Nile (PostgreSQL for Multi-Tenant Apps)
Manage tenant-aware databases via Nile. provision B2B tenants, monitor DB metrics, and audit user access.
PlanetScale
Provision, branch, and manage serverless MySQL databases dynamically via AI.
Turso
Automate distributed database workflows via Turso. manage edge locations, organizations, and libSQL databases directly from any AI agent.
Directus
Turn any SQL database into a powerful headless CMS with instant REST and GraphQL APIs for your custom content models.
Bring your own AI
Change the model, client or framework. Keep CloudBeaver 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 CloudBeaver.
The practical details behind the request, access and result.
Can I use the DBeaver (CloudBeaver) MCP to manage my team permissions?
Yes. You can use it to create new teams and manage which users have access to specific connections, making it much faster to organize your database environment.
How does the DBeaver (CloudBeaver) MCP help with database auditing?
It allows your agent to quickly fetch connection statuses, list active licenses, and pull admin-level user info, which helps you stay compliant and organized.
Can the DBeaver (CloudBeaver) MCP check which export formats are available?
Yes, it can list all the supported data transfer formats like CSV and JSON so you know exactly what your instance supports before you start a job.
Is the DBeaver (CloudBeaver) MCP suitable for high-volume SQL queries?
This Connector is designed for administrative tasks like user management and connection monitoring. For running complex SQL queries on your data, you should use your standard database client.
Can I use the DBeaver (CloudBeaver) MCP to manage my CloudBeaver licenses?
Yes, you can use it to check your active product license and list all installed licenses to ensure your instance is properly configured.
Does the DBeaver (CloudBeaver) MCP support different authentication methods?
Yes, it can list your available authentication providers, such as SAML or local logins, and help you manage your session logins.
How can I see which database types are supported by my CloudBeaver server?
You can use the get_driver_list capability. It returns a comprehensive list of all database drivers installed and supported by your server instance.
Can I check if a specific database connection is active and properly configured?
Yes! Use the get_connection_info capability by providing the Project ID and Connection ID. It will return the current status and configuration details for that specific database.
What file formats are available for exporting data from my databases?
Run the data_transfer_available_stream_processors capability. It lists all available export formats like CSV, JSON, and XLSX supported by your CloudBeaver environment.
One connection away
Give your agent a direct line to CloudBeaver.
Connect CloudBeaver once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available