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.

dbhub
80
Verified
FalkorDB-MCPServer
47
Emerging
Maintenance 23/25
Adoption 20/25
Maturity 18/25
Community 19/25
Maintenance 13/25
Adoption 7/25
Maturity 9/25
Community 18/25
Stars: 2,287
Forks: 187
Downloads: 71,034
Commits (30d): 32
Language: TypeScript
License: MIT
Stars: 32
Forks: 15
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
No risk flags
No Package No Dependents

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.

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