OceanBase MCP
Related Servers
Alternatives to OceanBase MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA secure, read-only MySQL database proxy using MCP protocol, enabling SQL queries and table inspections via HTTP.11 npm1MIT
- FlicenseAqualityAmaintenanceSecurity-hardened, read-only MySQL MCP server that enables safe, read-only access to MySQL databases for running SELECT queries, exploring schemas, and sampling data via MCP clients.9-
- AlicenseAqualityAmaintenanceA read-only MCP server for exploratory data analysis across PostgreSQL, MySQL, and ClickHouse databases, providing safe, read-only access with comprehensive analysis capabilities.1033 PyPI6MIT
- FlicenseNot gradedqualityCmaintenanceA read-only MCP server for Oracle databases that enables SQL queries, schema inspection, and data sampling without requiring OCI client libraries. It supports both TNS alias and direct connection modes with robust security guardrails.-
- AlicenseAqualityCmaintenanceRead-only MySQL/MariaDB MCP server for running SELECT queries safely, with automatic read-only enforcement and query limits.33 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables secure read-only queries and performance diagnostics for MySQL, Redis, and MongoDB databases through the Archery gateway, acting as a bridge between MCP clients and databases.1-
TDQS
Scored across 85 tools
Massive overlap across tool clusters: several tools appear to do nearly the same thing (e.g., ob_explain vs ob_analyze_query_plan, ob_get_database_dictionary vs ob_generate_data_dictionary, ob_generate_er_diagram vs ob_generate_er_document vs ob_generate_er_html). Search and metadata-discovery tools are especially hard to distinguish (ob_search_catalog, ob_search_everything, ob_find_columns, ob_find_tables_by_business_term). An agent would frequently choose the wrong one or need exploration to disambiguate.
All tools share the ob_ prefix and nearly all follow lowercase snake_case verb_noun naming (ob_list_tables, ob_generate_er_diagram, ob_compare_schemas). A few anomalies like ob_policy_explain and ob_config_diagnostics invert the pattern, but overall the convention is predictable.
85 tools is an extreme count for a single database MCP server. Even acknowledging a broad read-only scope, dozens of tools are near-duplicates or micro-variants, making the surface bloated and hard to navigate.
The read-only OceanBase domain is covered exhaustively: connection/health, permissions, querying, pagination, metadata discovery, search, SQL analysis, profiling, data quality, documentation, ER diagrams, and metadata diff/impact analysis. There are no obvious dead ends or missing lifecycle stages for the stated read-only purpose.