Skip to main content
Glama
tsod

mssql-pyodbc-mcp

by tsod

Related Servers

Alternatives to mssql-pyodbc-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Production-oriented MCP server for Microsoft SQL Server, enabling query execution, database discovery, schema introspection, and metadata inspection via MCP clients.
      6
      4
      MIT
    • F
      license
      A
      quality
      D
      maintenance
      MCP server for connecting to SQL Server in readonly mode. Allows any MCP client to explore the schema and run SELECT queries against a SQL Server database.
      6
      -
    • 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
    • F
      license
      A
      quality
      B
      maintenance
      MCP server that exposes a single tool to execute SQL queries directly against Microsoft SQL Server via pyodbc, returning result sets as JSON. It forwards queries without parsing or filtering, relying on database permissions for security.
      1
      1
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A Python MCP server that connects to any ODBC data source and exposes schema discovery + query tools. Read-only by default, write access available per-connection.
      2
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Local MCP server for running ad hoc T-SQL queries against SQL Server databases, read-only by default with security safeguards.
      3,162 npm
      MIT

    TDQS

    A3.7/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a distinct purpose: listing tables, describing a table's schema, executing a SELECT query, and testing connectivity. No overlap in functionality.

    Naming Consistency4/5

    Most tools follow a verb_noun snake_case pattern (describe_table, list_tables, test_connection). The 'query' tool is a single verb but still clear and fits the general pattern.

    Tool Count4/5

    With 4 tools, the server covers essential read-only database operations. The count is slightly thin but appropriate for the focused scope of querying and exploring a MSSQL database.

    Completeness3/5

    The set covers connection testing, table listing, schema description, and querying. Missing tools for exploring views, stored procedures, or other metadata, which are minor gaps for a read-only server.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues