OlympHill
dbhub logo

dbhubMySQL, PostgreSQL, SQL Server, MariaDB, 모든 데이터베이스에 액세스하고 관리하는 다목표 클라이언트 프로토콜 서버

(0)
Daniel Nikulshyn리뷰어 Daniel Nikulshyn·업데이트됨 2026년 7월

개요

DBHub은 Model Context Protocol (MCP) 서버 인터페이스를 구현한 0 의존성 token 효율적인 MCP 서버로, MCP 호환적인 클라이언트들에서 DBHub에 연결하여 다양한 데이터베이스를 탐색할 수 있는 단일 인터페이스를 제공합니다. DBHub은 PostgreSQL, MySQL, MariaDB, SQL Server, SQLite와 같은 다양한 데이터베이스를 지원하며, 사용자들이 SQL 쿼리 실행, 데이터베이스 스키마 및 테이블 탐색, 재사용 가능한 SQL 연산 정의가 가능합니다. 데이터베이스 도구에 인터랙트하기 위한 built-in 웹 인터페이스가 있으며, 읽기 전용 모드, row LIMIT, 쿼리 타임아웃, SSH 터널링, SSL/TLS 암호화와 같은 기능을 지원합니다. 사용자들은 Docker이나 Node.js를 통해 DBHub을 설치하고 테스트 목적으로 데모 모드로 시작할 수 있습니다. 도구는 기본적으로 모든 네트워크 인터페이스에서 노출되며, 제조 환경에서는 127.0.0.1에 바인딩하고 역전 프록시나 방화벽에 대기하여 loopback에 제한하는 것이 권장됩니다.

주요 기능

  • execute_sql for executing SQL queries
  • search_objects for searching and exploring database schemas
  • Custom tools for defining reusable SQL operations
  • Workbench for interacting with database tools
  • Multi-database support for PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite

가격

모델
Free
카테고리
MCP 서버
평점
아직 리뷰 없음

사용 사례

데이터베이스 개발

DBHub는 개발자에게 여러 데이터베이스를 동시에 연결하고 SQL 쿼리 실행 및 안전한 트랜잭션 지원을 제공합니다.

데이터베이스 탐색

DBHub는 데이터베이스 도구와 상호작용하기 위한 빌트인 웹 인터페이스를 제공하여 사용자가 데이터베이스 구문, 테이블, 컬럼, 색인 및 저장 프로시저를 탐색할 수 있습니다.

장단점

장점

  • Zero dependency and token efficient
  • 다중 데이터베이스를 통한 단일 인터페이스 지원
  • Multi-connection and simultaneous database connections
  • 런어웨이 오브젝트를 방지하는 장치 (Guardrails)
  • SSH 터널링 및 SSL/TLS 암호화 보안 접근

단점

  • MCP-호환 클라이언트만 필요
  • HTTP 클라이언트에 빌트인 인증이 없으므로

리뷰

리뷰를 작성하려면 로그인하세요.

아직 리뷰가 없습니다. 첫 번째가 되어보세요!

Q&A

Do I need special client software to interact with DBHub?

Yes, DBHub implements the Model Context Protocol (MCP) server interface, so you’ll need MCP‑compatible clients to connect and use its features; it does not provide built‑in HTTP authentication for generic web clients.

Asked by Nils Johansson · Nov 1, 2025

What deployment options are available for installing DBHub?

You can install DBHub via Docker or directly with Node.js, and it includes a built‑in web interface; a demo mode is also provided for quick testing without any configuration.

Asked by Kalinda Reddy · Oct 26, 2025

How do I secure connections to my databases when using DBHub?

DBHub offers SSH tunneling and SSL/TLS encryption for secure access, and you can also run it in read‑only mode, set row limits, and define query timeouts to protect against runaway operations.

Asked by Aaliyah Johnson · Oct 25, 2025

What databases can DBHub connect to and how many can I use simultaneously?

DBHub supports PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite, allowing you to open multiple connections and work with several databases at the same time through a single MCP interface.

Asked by Oscar Lindqvist · Oct 19, 2025

질문하기

MCP 서버 대안