OceanBase Connector for AI agents.
10 live capabilities
Manage distributed relational database clusters and tenant resources through natural language.
Waiting for input…
Why people use OceanBase
OceanBase Distributed Database Cluster Management
This Connector changes that by pulling all that data into a single chat. You just ask your agent to show you the resource stats or list your databases, and the info appears instantly. You get a unified view of your entire infrastructure without ever leaving your workspace.
What Vinkius changes
You get a conversational interface for your entire distributed database infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Capacity Planning
An infrastructure engineer asks the agent to pull resource stats for all production clusters to see if they need to scale up before the end-of-month peak.
- Real-world use case 02
Tenant Audit
A data architect needs to list all databases in a specific tenant to ensure they meet compliance standards and have the correct naming conventions.
- Real-world use case 03
Developer Onboarding
A new backend developer asks the agent to list all projects and workspaces so they can find the correct staging environment for their new feature.
Complete set · 10capabilities
The complete OceanBase capability set.
These are the exact actions your AI can choose when you ask it to work with OceanBase.
01—04
4 capabilities in this set.
Part of 10 available through OceanBase.
- 01 Capability
Get workspaces
View all the different workspaces associated with your account. This helps you keep track of your different organizational environments.
- 02 Capability
List tenants
Browse all logical tenants within a specific cluster. This helps you manage multi-tenant resource allocation efficiently.
- 03 Capability
Get cluster details
Get the full configuration and status for a specific database cluster. This helps you understand the underlying hardware and settings at a glance.
- 04 Capability
Get instance details
Retrieve specific information about an OceanBase instance. Use this to check individual component health or configurations.
05—07
3 capabilities in this set.
Part of 10 available through OceanBase.
- 05 Capability
Get resource stats
Pull aggregate statistics on resource usage. This is perfect for identifying bottlenecks or planning for future growth.
- 06 Capability
List projects
See a list of all OceanBase projects you have access to. Use this to quickly navigate between different development or production scopes.
- 07 Capability
Get tenant details
Fetch detailed metadata for a specific logical tenant. This is essential for understanding how resources are partitioned.
08—10
3 capabilities in this set.
Part of 10 available through OceanBase.
- 08 Capability
List clusters
Get a complete list of all database clusters in your account. This provides a high-level view of your distributed database footprint.
- 09 Capability
List databases
See all the databases contained within a specific tenant. Use this to audit data assets and understand the structure of your tenant.
- 10 Capability
List instances
List every instance currently running in your OceanBase environment. This makes it easy to see your entire operational footprint.
Set up in minutes
One URL. Then ask OceanBase to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use OceanBase 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_8anQTWhuI7ipkbK5kvpG7CtvTALw739E72OpDrhb/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 OceanBase, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable OceanBase for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8anQTWhuI7ipkbK5kvpG7CtvTALw739E72OpDrhb/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 OceanBase URL.
- Step 03
Save and start
Save the connection and enable OceanBase in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"oceanbase": {
"url": "https://edge.vinkius.com/vk_preview_8anQTWhuI7ipkbK5kvpG7CtvTALw739E72OpDrhb/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 OceanBase
Open Agent mode in chat and ask: "Using OceanBase, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"oceanbase": {
"url": "https://edge.vinkius.com/vk_preview_8anQTWhuI7ipkbK5kvpG7CtvTALw739E72OpDrhb/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 OceanBase
Ask Copilot: "Using OceanBase, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"oceanbase": {
"url": "https://edge.vinkius.com/vk_preview_8anQTWhuI7ipkbK5kvpG7CtvTALw739E72OpDrhb/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 OceanBase
Open Cascade and ask: "Using OceanBase, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"oceanbase": {
"url": "https://edge.vinkius.com/vk_preview_8anQTWhuI7ipkbK5kvpG7CtvTALw739E72OpDrhb/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 OceanBase
Ask Cline: "Using OceanBase, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add oceanbase --transport http "https://edge.vinkius.com/vk_preview_8anQTWhuI7ipkbK5kvpG7CtvTALw739E72OpDrhb/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 OceanBase
Ask Claude: "Using OceanBase, show me...". 10 tools are ready
Where the request belongs
Work OceanBase can move forward.
This is for the database engineer who is tired of clicking through dashboards at 2am or the data architect who needs to audit hundreds of tenants without manual searching.
DBA & Infrastructure Engineer
Use this to automate cluster auditing and monitor resource usage through natural language queries during peak hours.
Data Architect
Coordinate tenant strategies and audit database structures directly from your AI-powered workspace to ensure consistency.
Backend Developer
Quickly retrieve instance details and browse database catalogs to understand the environment without bothering the ops team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNile (PostgreSQL for Multi-Tenant Apps)
Manage tenant-aware databases via Nile. provision B2B tenants, monitor DB metrics, and audit user access.
Aiven
Manage Aiven cloud infrastructure. provision databases, manage projects, and monitor services directly from your AI agent.
PlanetScale
Provision, branch, and manage serverless MySQL databases dynamically via AI.
CockroachDB Cloud
Manage distributed SQL clusters via CockroachDB Cloud. track clusters, monitor nodes, and audit network allowlists directly from any AI agent.
StarRocks
High-performance analytical database. manage clusters, tables, and query data via AI.
Xata (Serverless DB)
Manage your serverless databases via Xata. list organizations, manage projects, branches, and execute SQL queries directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep OceanBase 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 OceanBase.
The practical details behind the request, access and result.
What can I do with the OceanBase MCP?
You can use natural language to manage your distributed database clusters, browse tenants, and check resource usage stats. It gives your AI agent the ability to perform infrastructure tasks that usually require manual navigation in a cloud console.
How do I use OceanBase for database auditing?
The Connector allows your agent to list all databases within specific tenants and retrieve detailed metadata. This makes it easy to audit your data assets and ensure your infrastructure matches your documentation.
Can the OceanBase MCP show me my resource usage?
Yes. Your agent can pull aggregate resource statistics across your entire organization. This helps you monitor CPU, memory, and storage usage to plan for future growth or identify bottlenecks.
Is the OceanBase MCP good for managing multi-tenant databases?
It is specifically designed for that. You can list tenants within clusters and get detailed metadata for each one, making multi-tenant resource allocation much easier to manage via chat.
How do I connect OceanBase to my AI agent?
First, subscribe to the Connector on Vinkius. Then, provide your OceanBase Access Key ID and Secret in your AI client's configuration. From there, you can start asking your agent questions about your clusters and databases.
Can I use OceanBase to see my database projects?
Yes, the Connector includes capabilities to list all projects in your account. This helps you maintain a unified view of your database ecosystem and quickly find the right project for your current task.
How do I find my OceanBase Access Key and Secret?
Log in to your OceanBase Cloud console, go to [Security] → [Access Keys], and you will find your unique Access Key ID and Secret Key there. Ensure you keep them confidential.
Can I list databases for a specific tenant through this server?
Yes. Use the list_databases capability with the cluster ID and tenant ID. Your agent will retrieve the full list of logical databases belonging to that specific resource pool.
Is it possible to check organization-wide resource usage?
Yes! Use the get_resource_stats capability to retrieve aggregate statistics across your OceanBase account, helping you monitor total CPU, memory, and storage consumption.
One connection away
Give your agent a direct line to OceanBase.
Connect OceanBase once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available