kingbase-mcp-server
Related Servers
Alternatives to kingbase-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for DaMeng database, enabling AI assistants to execute SQL queries, list tables, describe table structures, and retrieve schema information.24 npm7MIT
- AlicenseNot gradedqualityDmaintenanceA Cursor-integrated MCP server for Kingbase (人大金仓) databases, enabling schema queries, document generation, and SQL execution with configurable security modes (readonly, limited_write, full_access).5MIT
- AlicenseNot gradedqualityDmaintenanceA unified MCP server for querying and managing multiple database types (PostgreSQL, MySQL, SQL Server, etc.) via natural language through AI assistants.GPL 3.0
- AlicenseAqualityDmaintenanceMCP server enabling AI assistants to connect and query Dameng DM8 databases via JDBC. Supports SQL queries, listing tables, and describing schemas.323 npmMIT
- AlicenseNot gradedqualityAmaintenanceThis MCP server enables AI models to directly and securely query databases using persistent or temporary connections, supporting multiple data sources with automatic connection management.74 npm1MIT
- FlicenseNot gradedqualityCmaintenanceMulti-datasource MCP server that connects AI assistants to 6 database types (MySQL, PostgreSQL, ClickHouse, MongoDB, SQLite, Huawei DWS) with dynamic configuration, encrypted credential storage, and schema discovery.-
TDQS
Scored across 11 tools
Each tool targets a distinct database operation: schema listing, table description, read-only queries, DML, DDL, stats, etc. Even the overlapping kb_query and kb_table_data are clearly differentiated by generality vs. convenience with pagination.
All tools start with the 'kb_' prefix, and most follow a verb_noun pattern (e.g., kb_list_schemas, kb_describe_table). The few single-verb names (kb_query, kb_execute) are still clear and consistent within the domain.
11 tools is an ideal size for a database MCP server, covering all essential operations without overwhelming the agent.
The tool set provides full lifecycle coverage: schema inspection, table metadata, indexes, constraints, stats, explain plans, and both DML and DDL execution via kb_execute and kb_execute_ddl. The convenient kb_table_data tool fills a common use case.