Skip to main content
Glama
FrankieSoltero

sqlite-explorer-mcp

Related Servers

Alternatives to sqlite-explorer-mcp

No user-submitted related servers found.

    Related Servers

    • 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.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables read-only access to SQLite databases via MCP, with tools for browsing tables, schemas, and executing SELECT queries securely.
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server for exploring SQLite databases, offering tools to list tables, describe table structures, and execute read-only SQL queries.
      1
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Custom MCP server connected to a read-only SQLite database, exposing a schema resource and a query tool for safe data retrieval.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      A read-only MCP server that enables LLMs to safely explore and query any SQLite database via natural language. It exposes tools for listing tables, describing schemas, and executing SELECT/WITH queries with built-in safety guards like write prevention and row limits.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to read-only query a SQLite database, inspect schema and table summaries, and execute SELECT queries with pagination through MCP.
      MIT

    TDQS

    A3.9/5.0

    Scored across 2 tools

    Disambiguation5/5

    list_tables and query have clearly distinct purposes: one lists table names, the other executes SQL queries. There is no ambiguity or overlap between them.

    Naming Consistency4/5

    Both tool names are verbs, but list_tables follows a verb_noun pattern while query is a standalone verb. This is a minor deviation, not a major inconsistency.

    Tool Count3/5

    With only two tools, the server feels thin at first glance. However, the tools cover the core functionality for a read-only SQLite explorer, making the count borderline but not excessive.

    Completeness4/5

    The tool set provides list_tables for discovery and query for arbitrary read-only SQL, which covers most exploration needs. There is no dedicated schema tool, but query can access sqlite_master, so gaps are minor and workable.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues