@bytebase/dbhub
DBHub is a zero-dependency, token efficient database MCP server implementing the Model Context Protocol (MCP) server interface. This lightweight server bridges MCP-compatible clients (Claude Desktop,
Install
Add @bytebase/dbhub to Claude Code with the PolySkill CLI: polyskill add @bytebase/dbhub
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. # DBHub Development Guidelines DBHub is a zero-dependency, token efficient database MCP server implementing the Model Context Protocol (MCP) server interface. This lightweight server bridges MCP-compatible clients (Claude Desktop, Claude Code, Cursor) with various database systems. ## Commands - Build: `pnpm run build` - Compiles TypeScript to JavaScript using tsup - Start: `pnpm run start` - Runs the compiled server - Dev: `pnpm run dev` - Runs server with tsx (no compilation ne…
Keywords: github, database-server, mcp-protocol, token-efficiency, lightweight-server, database-integration, client-bridge, zero-dependency, coding-tools