dbhub and FalkorDB-MCPServer
These are complementary tools serving different database paradigms: the first provides relational database access (Postgres, MySQL, SQL Server, etc.) while the second enables graph database querying through FalkorDB, allowing LLMs to work with both structured relational and graph-based data in the same MCP ecosystem.
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 FalkorDB-MCPServer
FalkorDB/FalkorDB-MCPServer
FalkorDB-MCPServer is an MCP (Model Context Protocol) server that connects LLMs to FalkorDB
Implements OpenCypher query execution with optional read-only mode for replica databases, alongside tools for graph exploration and relationship management via natural language. Supports multiple transport protocols (stdio for Claude Desktop, HTTP for remote access) and configurable read-only operations to prevent accidental writes in production environments. Designed as a Node.js service that connects directly to FalkorDB instances with configurable host/port and optional authentication.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work