返回 MCP 目录
public公开dns本地运行

OceanBase MCP 服务器

一个可以和 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

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端