Skip to main content
Glama
524,397 tools. Updated 2026-09-06 15:30

"Microsoft SQL Server (MSSQL) resources and information" matching MCP tools:

  • Enumerate and exploit Microsoft SQL Server instances using commands for information gathering, privilege escalation, and remote command execution.
    GPL 3.0
  • Execute read-only SQL queries against PostgreSQL, MySQL, or SQL Server. Automatically adapts syntax to the target dialect. Returns results with connection and dialect metadata. Default limit 100 rows.
    MIT
  • Execute read-only SQL queries on Microsoft SQL Server, supporting SELECT, temp table batches, and whitelisted stored procedures. Returns data as JSON or Markdown.
    MIT
  • Configure a new database source in the configuration file, including optional connection testing. Supports SQL Server and Snowflake via linked server.
    GPL 3.0
  • Establish a connection to Microsoft SQL Server databases using environment variables for configuration, enabling database interactions through the MCP server.
    Apache 2.0

Matching MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An easy-to-use bridge that lets AI assistants like Claude and Cursor IDE directly query and explore Microsoft SQL Server databases. No coding experience required!
    33
    3,338
    78
    GPL 3.0
  • 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

Matching MCP Connectors

  • Execute a read-only SQL SELECT query on a specified SQL Server and database. Retrieve data safely without modification.
    MIT
  • Find current blocking chains in SQL Server: identifies blocked sessions, lead blockers (including idle sessions with open transactions), resources, duration, and SQL text. Requires VIEW SERVER STATE.
    MIT
  • Retrieve recent deadlock history from Azure SQL system_health session. Parses deadlock XML to identify victim, participants, resources, and SQL text for troubleshooting.
    MIT
  • Format SQL queries with customizable dialect, keyword casing, and indentation. Supports 14 SQL dialects including Postgres, MySQL, BigQuery, and Snowflake.
    MIT
  • Execute SELECT queries on MSSQL databases to retrieve data from tables while maintaining security by preventing destructive SQL operations.
    -
  • Execute SELECT queries on MSSQL databases to retrieve data from tables. Use SQL queries starting with SELECT to fetch records without destructive operations, with built-in security measures.
    MIT
  • Run raw SQL queries against ClickHouse, Postgres, MySQL, or MSSQL through Grafana and retrieve result rows. Use datasource UID from list_datasources to specify the target.
    MIT