Skip to main content
Glama
ofershap

mcp-server-sqlite

by ofershap

Related Servers

Alternatives to mcp-server-sqlite

No user-submitted related servers found.

    Related Servers

    • A
      license
      C
      quality
      A
      maintenance
      An MCP server for interacting with SQLite databases, enabling SQL query execution, schema inspection, and CRUD operations.
      7
      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
    • A
      license
      Not graded
      quality
      A
      maintenance
      MCP server that connects to SQL databases (SQLite, PostgreSQL, MSSQL, MySQL) and provides tools to run read-only queries, list schemas/tables, and manage connections via stdio transport.
      Apache 2.0
    • A
      license
      A
      quality
      B
      maintenance
      MCP server for querying and managing multiple databases (SQLite, PostgreSQL, MySQL) with read-only mode and schema inspection.
      13
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      MCP server that provides SQLite database operations. Allows AI assistants to query, modify and manage SQLite databases through the Model Context Protocol.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A lightweight MCP server that provides read-only access to SQLite databases, allowing users to execute SELECT queries, list tables, and describe table schemas.
      1
      MIT

    TDQS

    A3.5/5.0

    Scored across 5 tools

    Disambiguation3/5

    The tools have some overlap that could cause confusion, particularly between 'schema' and 'table_info', which both provide table structure information. However, 'explain', 'list_databases', and 'query' are clearly distinct in purpose, and descriptions help differentiate the overlapping tools.

    Naming Consistency4/5

    The naming is mostly consistent with a verb_noun pattern (e.g., 'list_databases', 'table_info'), but 'explain' and 'query' deviate as standalone verbs without nouns. This minor inconsistency does not severely impact readability or predictability.

    Tool Count5/5

    With 5 tools, the server is well-scoped for SQLite database operations. Each tool serves a clear and necessary function, such as listing databases, querying, and inspecting schemas, making the count appropriate without being too sparse or bloated.

    Completeness4/5

    The toolset covers core SQLite operations like listing databases, querying, and schema inspection, with minor gaps such as the lack of write operations (e.g., insert, update, delete) and database management tools (e.g., create, delete). Agents can work around these gaps for read-only use cases.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues