Back to MCP directory
publicPublicdnsLocal runtime

mcp-oceanbase

OceanBase数据库的MCP服务器及工具集

article

README

🚀 mcp-oceanbase

mcp-oceanbase 是用于 OceanBase 数据库及其工具的 MCP 服务器,可实现与 OceanBase 数据库和 OCP 的安全交互。

🚀 快速开始

本文档将为你介绍 mcp-oceanbase 的主要功能、社区支持信息以及许可证相关内容。

✨ 主要特性

此仓库包含以下 MCP 服务器: | MCP 服务器 | 详情 | 文档链接 | |----------------------|-----------------------------------------------------------------------------------------|------------------------------------| | OceanBase MCP 服务器 | 一个模型上下文协议(MCP)服务器,可实现与 OceanBase 数据库的安全交互。 | 文档 | | OCP MCP 服务器 | 一个模型上下文协议(MCP)服务器,可实现与 OCP 的安全交互。 | 文档 |

👥 社区支持

📄 许可证

更多详细信息请查看LICENSE

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