Skip to main content
Glama
arsyadal

MS SQL Server MCP Server

by arsyadal

Related Servers

Alternatives to MS SQL Server MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables interaction with Microsoft SQL Server databases through T-SQL query execution, table exploration, and schema inspection. Supports configurable write protection and row limiting for safe database operations.
      3,162 npm
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables users to connect to Microsoft SQL Server databases and run SQL queries, inspect schemas, and retrieve results through MCP client tools.
      -
    • A
      license
      B
      quality
      C
      maintenance
      Enables AI assistants to connect to Microsoft SQL Server for schema discovery, querying, stored procedures, DDL, performance diagnostics, and developer utilities with configurable security modes.
      35
      41 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables interaction with Microsoft SQL Server by executing queries, statements, and stored procedures, as well as retrieving schema metadata through the Model Context Protocol.
      6 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides tools to connect, query, and manage Microsoft SQL Server databases through the MCP protocol, including support for stored procedures, transactions, and schema inspection.
      61 PyPI
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables AI models to interact with MS SQL Server databases through a standardized interface. Supports executing SQL queries with parameters, listing tables, and describing table schemas.
      3
      59 npm
      MIT

    TDQS

    A3.7/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: testing connectivity, listing databases, listing tables/views, describing schema, and executing arbitrary queries. There is no meaningful overlap between the metadata exploration tools and the general query execution tool.

    Naming Consistency5/5

    All tools follow the same mssql_<verb>_<noun> pattern using snake_case. The names are predictable and make the action and target of each tool immediately clear.

    Tool Count5/5

    Five tools is a well-scoped size for a database-focused MCP server. Each tool covers a distinct aspect of SQL Server interaction without unnecessary duplication or bloat.

    Completeness5/5

    The toolset covers the core database workflow: connection verification, database discovery, table discovery, schema inspection, and arbitrary query execution. The execute_query tool effectively fills gaps for any DML, DDL, or EXEC operations not explicitly wrapped.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues