mcp-server-duckdb
Related Servers
Alternatives to mcp-server-duckdb
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables running read-only SQL queries and exploring DuckDB databases through MCP tools like listing tables, describing schemas, and fetching paginated data.-
- AlicenseBqualityCmaintenanceEnables LLMs to interact with DuckDB databases through MCP tools for SQL queries, table management, data import/export, and schema inspection, with optional read-only mode for safety.12MIT
- AlicenseBqualityCmaintenanceEnables SQL querying over CSV and Excel files using DuckDB, providing tools to load files, inspect schemas, and run read-only queries via MCP.5MIT
- FlicenseNot gradedqualityBmaintenanceEnables read-only querying of a local SQLite database via MCP, with tools to list tables, retrieve schema, and execute SELECT/WITH/EXPLAIN queries.-
- FlicenseAqualityBmaintenanceEnables interaction with MariaDB/MySQL databases via MCP, supporting read-only mode, SQL execution, and schema inspection.6-
- FlicenseAqualityCmaintenanceEnables read-only exploration and querying of PostgreSQL or MySQL databases via MCP, with schema discovery, safe SQL validation, natural language to SQL conversion, and CSV export.111-
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The 'query' tool has a single, unambiguous purpose of executing DuckDB queries.
The single tool name 'query' is a clear, straightforward verb that accurately describes its function. With only one tool, naming consistency is trivially satisfied.
One tool is on the thin side for a full database server like DuckDB. While a generic query tool can cover many operations, it lacks typical helper tools (e.g., schema listing, table inspection) that agents might expect, making the count borderline.
The query tool can execute any SQL, enabling full CRUD and DDL operations, so there are no direct dead ends. However, there is no built-in schema discovery or validation, which is a minor gap that agents can work around via SQL queries against system tables.