Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry3k stars247 forksTypeScriptMITUpdated 3d ago
Editor's note

DBHub is a TypeScript MCP server that acts as a gateway between MCP-compatible clients and relational databases, supporting PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite through a single interface. It exposes three MCP tools: `execute_sql` for running queries with transaction support and safety controls, `search_objects` for exploring schemas, tables, columns, indexes, and stored procedures via progressive disclosure, and `custom_tools` for defining reusable parameterized SQL operations in a `dbhub.toml` file. The server connects to Claude Desktop, Claude Code, and other MCP clients over stdio or HTTP transport, and can handle multiple database connections simultaneously from one instance. A built-in web workbench lets users run queries and inspect request traces without any MCP client. Notably, the entire server ships with zero external dependencies and intentionally limits itself to two core MCP tools by default to minimize token consumption, preserving context window space for developers, data analysts, and database administrators working with AI coding assistants.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/bytebase/dbhub
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "dbhub": {
      "command": "node",
      "args": ["/path/to/dbhub/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/bytebase/dbhub and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
agentsaianthropicclaudeclaude-aicodexcursordatabasedifyllmmariadbmcpmcp-servermssqlmysqlpostgrespostgresqlsqlsqlitesqlserver

What people ask about dbhub

What is bytebase/dbhub?

+

bytebase/dbhub is mcp servers for the Claude AI ecosystem. Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite. It has 3k GitHub stars and was last updated 3d ago.

How do I install dbhub?

+

You can install dbhub by cloning the repository (https://github.com/bytebase/dbhub) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is bytebase/dbhub safe to use?

+

Our security agent has analyzed bytebase/dbhub and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains bytebase/dbhub?

+

bytebase/dbhub is maintained by bytebase. The last recorded GitHub activity is from 3d ago, with 5 open issues.

Are there alternatives to dbhub?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy dbhub to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: bytebase/dbhub
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bytebase-dbhub)](https://claudewave.com/repo/bytebase-dbhub)
<a href="https://claudewave.com/repo/bytebase-dbhub"><img src="https://claudewave.com/api/badge/bytebase-dbhub" alt="Featured on ClaudeWave: bytebase/dbhub" width="320" height="64" /></a>

More MCP Servers