Skip to main content
Glama
SyneHQ

mcp-server-duckdb

by SyneHQ

Related Servers

Alternatives to mcp-server-duckdb

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Enables DuckDB database interaction through MCP, supporting SQL queries, table creation, and schema inspection with optional read-only mode.
      1
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables AI agents to discover and execute analytical queries on a DuckDB dataset through typed MCP tools, with guarded read-only SQL support for complex calculations without direct database access.
      6
      MIT
    • 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
      Not graded
      quality
      B
      maintenance
      Provides a set of MCP tools to let AI assistants like Claude, Cursor, and VS Code Copilot interact with SQLite databases, supporting querying, schema management, and data import/export.
      14 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Exposes any SQLite database as read-only MCP tools for AI assistants, enabling listing tables, describing schemas, and running SELECT queries with filtering, ordering, and pagination.
      -

    TDQS

    B3.2/5.0

    Scored across 12 tools

    Disambiguation4/5

    The create_table_from_* family is distinguished by source type (path, URL, S3, CSV), though path and CSV may overlap since a CSV is a file path. query and inspect_query are distinct (execution vs inspection), and the rest target different resources.

    Naming Consistency3/5

    Most tools follow a verb_noun pattern in snake_case, but there are deviations: query is just a verb, is_table_exists uses a question-style, and smart_load_multiple_csv_files breaks the create_table_from_* convention despite similar CSV loading.

    Tool Count5/5

    Twelve tools is well within the recommended range and covers a focused set of database operations: table creation from various sources, querying, inspection, and metadata. Each tool appears purposeful.

    Completeness4/5

    The set covers loading, querying, describing, listing, and exporting tables. Missing explicit drop/alter operations, but the query tool can execute any SQL, mitigating this gap. Minor gap: no batch export or schema listing beyond describe.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues