db-mcp-server and cratedb-mcp
One tool is a specific implementation of the Model Context Protocol (MCP) server for CrateDB, while the other is a broader, more general multi-database MCP server that the former could potentially utilize as a backend or for comparison.
About db-mcp-server
FreePeak/db-mcp-server
A powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
Supports MySQL, PostgreSQL, SQLite, and Oracle databases with automatic tool generation for each connection—query execution, transactions, schema exploration, and performance analysis all exposed as distinct MCP tools. Built in Go using Clean Architecture patterns and compatible with OpenAI Agents SDK, it offers flexible deployment via stdio (IDE integration), SSE, or Docker with optional lazy-loading for managing 10+ concurrent database connections.
About cratedb-mcp
crate/cratedb-mcp
CrateDB MCP Server for natural-language Text-to-SQL and documentation retrieval.
Implements the Model Context Protocol (MCP) standard to expose CrateDB clusters and documentation as tools for AI assistants, enabling agents to perform analytics queries, cluster diagnostics, and operational tasks via natural language. Built as a Python server that bridges language models with CrateDB's SQL interface and knowledge base, allowing seamless data analysis and troubleshooting through conversational prompts.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work