Back to directory
oceanbase/awesome-oceanbase-mcp

oceanbase/awesome-oceanbase-mcp

@oceanbase

MCP Server collection for OceanBase ecosystem, enabling AI assistants to interact with OceanBase databases.

oceanbasedatabasesqlmcpaivectormemory

Installation & Configuration

{
  "mcpServers": {
    "oceanbase": {
      "command": "python",
      "args": [
        "-m",
        "oceanbase_mcp_server"
      ],
      "env": {
        "OB_HOST": "localhost",
        "OB_PORT": "2881",
        "OB_USER": "your_username",
        "OB_PASSWORD": "your_password",
        "OB_DATABASE": "your_database"
      }
    }
  }
}

Information

Transport
stdiossestreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/12