FalkorDB-MCPServer and mcp-database-server
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.
About mcp-database-server
ahmetbarut/mcp-database-server
A Model Context Protocol (MCP) server that provides multi-database query execution capabilities with support for SQLite, PostgreSQL, and MySQL databases. Includes a built-in Web UI for managing database connections.
Implements connection pooling with configurable limits and timeout settings, plus parameterized query execution with SQL injection protection via Zod validation. Persists all connection configs in a local SQLite store, enabling stateful management across server restarts, and integrates directly with Claude Desktop and Cursor IDE through stdio-based MCP transport.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work