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 Microsoft SQL Server databases to retrieve data without destructive operations, enabling secure database interaction through natural language.
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.
Retrieve a comprehensive list of all resources on the connected MCP server, including URIs, names, descriptions, and MIME types, with metadata for reliable access.
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.