Metadata-Version: 2.4
Name: mseep-mcp-oceanbase
Version: 0.1.1
Summary: A Model Context Protocol (MCP) server that enables secure interaction with OceanBase databases. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
Author-email: mseep <support@skydeck.ai>
Maintainer-email: mseep <support@skydeck.ai>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: mcp[cli]>=1.0.0
Requires-Dist: mysql-connector-python>=9.1.0
Requires-Dist: python-dotenv
Description-Content-Type: text/markdown

# mcp-oceanbase

MCP Server for OceanBase database and its tools

English | [简体中文](README_CN.md)

## 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](doc/oceanbase_mcp_server.md) |
| OCP MCP Server       | A Model Context Protocol (MCP) server that enables secure interaction with OCP.                 | [Doc](doc/ocp_mcp_server.md)       |
| OBCloud MCP Server       | A Model Context Protocol (MCP) server that enables secure interaction with OBCloud.                 | [Doc](src/obcloud_mcp_server/README.md)       |
## Community

Don’t hesitate to ask!

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

[Open an issue](https://github.com/oceanbase/mcp-oceanbase/issues) if you found a bug.

## Licensing

See [LICENSE](LICENSE) for more information.