dbhub and mssql-mcp-server

These are complements—the zero-dependency Postgres/MySQL/SQL Server client (A) provides general-purpose database operations across multiple engines, while the specialized SQL Server MCP server (B) offers enterprise-focused schema discovery and administration tools that would work alongside A for comprehensive SQL Server management.

dbhub
80
Verified
mssql-mcp-server
47
Emerging
Maintenance 23/25
Adoption 20/25
Maturity 18/25
Community 19/25
Maintenance 10/25
Adoption 4/25
Maturity 18/25
Community 15/25
Stars: 2,287
Forks: 187
Downloads: 71,034
Commits (30d): 32
Language: TypeScript
License: MIT
Stars: 8
Forks: 4
Downloads:
Commits (30d): 0
Language: C#
License: MIT
No risk flags
No risk flags

About dbhub

bytebase/dbhub

Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.

Implements just two core MCP tools—`execute_sql` and `search_objects`—with optional custom parameterized operations defined in TOML config, minimizing token overhead for AI context windows. Supports stdio, HTTP, and SSE transports for integration with Claude Desktop, VS Code, Cursor, and other MCP clients, plus includes a built-in web workbench for direct database interaction. Enforces safety guardrails including read-only mode, row limits, and query timeouts while enabling secure multi-database connections through SSH tunneling and SSL/TLS.

About mssql-mcp-server

ConnorBritain/mssql-mcp-server

Enterprise MCP server for SQL Server with 20 tools for schema discovery, data operations, and administration.

Implements MCP (Model Context Protocol) for AI-native database workflows, supporting SQL, Windows, and Azure AD authentication with multi-environment configuration and audit logging. Features semantic schema discovery with fuzzy matching, table profiling with statistical summaries, and relationship mapping—plus safe mutation operations that preview and require confirmation before execution. Distributed as tiered npm packages (reader/writer/admin) allowing organizations to match tool access to security requirements.

Scores updated daily from GitHub, PyPI, and npm data. How scores work