Back to MCP directory
publicPublicdnsLocal runtime

mcp-oceanbase

一个可以和 OceanBase 数据库安全交互的MCP Server。

article

README

mcp-oceanbase

MCP Server for OceanBase database and its tools

English | 简体中文

Features

This repository contains MCP Servers as following:

| MCP Server | Description | Document | | -------------------- | ------------------------------------------------------------------------------------------------------ | --------------------------------------- | | OceanBase MCP Server | A Model Context Protocol (MCP) server that enables secure interaction with OceanBase databases. | Doc | | OCP MCP Server | A Model Context Protocol (MCP) server that enables secure interaction with OCP. | Doc | | OBCloud MCP Server | A Model Context Protocol (MCP) server that enables secure interaction with OBCloud. | Doc | | OKCTL MCP Server | A Model Context Protocol (MCP) server that enables secure interaction with OceanBase resources in k8s. | Doc |

Community

Don’t hesitate to ask!

Contact the developers and community at https://ask.oceanbase.com if you need any help.

Open an issue if you found a bug.

Licensing

See LICENSE for more information.

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client