Back to directory
yuanoOo/oceanbase_mcp_server

yuanoOo/oceanbase_mcp_server

@yuanoOo3

A Model Context Protocol (MCP) server that enables secure interaction with OceanBase databases.

oceanbasedatabasesqlaimcp

Installation & Configuration

{
  "mcpServers": {
    "oceanbase": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/oceanbase_mcp_server",
        "run",
        "oceanbase_mcp_server"
      ],
      "env": {
        "OB_HOST": "localhost",
        "OB_PORT": "2881",
        "OB_USER": "your_username",
        "OB_PASSWORD": "your_password",
        "OB_DATABASE": "your_database"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/4
Updated
2025/4/27