Skip to main content
Glama
FusionGuy

DB Analyzer MCP Server

by FusionGuy

Related Servers

Alternatives to DB Analyzer MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI assistants to explore SQL Server schemas, relationships, and execute safe SQL queries with read-only mode by default and optional write control.
      1
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to safely query and explore SQL Server and PostgreSQL databases with read-only access, supporting schema discovery, relationship exploration, and query execution.
      10 npm
      3
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to connect and query Microsoft SQL Server databases using natural language, executing read-only SQL queries for safe data inspection and analysis.
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI agents to inspect schemas, analyze performance, check security, and troubleshoot SQL Server 2019+ databases through a safe, controlled interface.
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to interact with SQL Server databases through natural language, providing capabilities for executing queries, exploring schemas, analyzing performance, backing up tables, and managing data with built-in safety limits.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to securely interact with Microsoft SQL Server databases to query data, inspect schemas, and retrieve metadata with read-only operations by default and optional write capabilities.
      1
      MIT

    TDQS

    C2.1/5.0

    Scored across 10 tools

    Disambiguation4/5

    Tool names clearly indicate distinct operations: ping for connectivity, query vs non-query for different statement types, stored procedure for SP calls, and list/get for schema introspection. Minor ambiguity exists between execute_query and execute_non_query, but they are standard distinct categories.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern (e.g., ping_db, execute_query, list_tables, get_indexes). No mixed conventions or vague verbs.

    Tool Count5/5

    The server has 10 tools, which is well within the ideal range for a database analyzer. Each tool covers a clear aspect of database interaction and introspection, earning its place without bloat.

    Completeness4/5

    The tool surface covers essential database operations: connectivity, query execution, schema object listing (databases, schemas, tables, columns, indexes), and schema health analysis. Minor gaps like constraint or foreign key introspection exist, but core analysis and execution workflows are well represented.