david-oceanbase-mcp
pypi/david-oceanbase-mcpA 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.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"david-oceanbase-mcp": {
"url": "None",
"transport": "http"
}
}
}