Skip to main content
Glama
fastmcp-me

mcp-server-duckdb

by fastmcp-me

Related Servers

Alternatives to mcp-server-duckdb

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables running read-only SQL queries and exploring DuckDB databases through MCP tools like listing tables, describing schemas, and fetching paginated data.
      -
    • A
      license
      B
      quality
      C
      maintenance
      Enables 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.
      12
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      Enables SQL querying over CSV and Excel files using DuckDB, providing tools to load files, inspect schemas, and run read-only queries via MCP.
      5
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables read-only querying of a local SQLite database via MCP, with tools to list tables, retrieve schema, and execute SELECT/WITH/EXPLAIN queries.
      -
    • F
      license
      A
      quality
      B
      maintenance
      Enables interaction with MariaDB/MySQL databases via MCP, supporting read-only mode, SQL execution, and schema inspection.
      6
      -
    • F
      license
      A
      quality
      C
      maintenance
      Enables 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.
      11
      1
      -

    TDQS

    A3.7/5.0

    Scored across 1 tool

    Disambiguation5/5

    With only one tool, there is no possibility of confusion between tools. The 'query' tool has a single, unambiguous purpose of executing DuckDB queries.

    Naming Consistency5/5

    The single tool name 'query' is a clear, straightforward verb that accurately describes its function. With only one tool, naming consistency is trivially satisfied.

    Tool Count3/5

    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.

    Completeness4/5

    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.