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.
Execute read-only SQL queries on Microsoft SQL Server, supporting SELECT, temp table batches, and whitelisted stored procedures. Returns data as JSON or Markdown.
Establish a connection to Microsoft SQL Server databases using environment variables for configuration, enabling database interactions through the MCP server.
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!
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.
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.
Retrieve recent deadlock history from Azure SQL system_health session. Parses deadlock XML to identify victim, participants, resources, and SQL text for troubleshooting.
Format SQL queries with customizable dialect, keyword casing, and indentation. Supports 14 SQL dialects including Postgres, MySQL, BigQuery, and Snowflake.
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.
Lists available Cloud DB for MSSQL server spec product codes using an MSSQL image product code. Helps identify database configurations for your infrastructure needs.
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.