Facilitates secure interaction with Microsoft SQL Server databases through an MCP server, enabling operations like connection, database switching, and read-only queries.
Sponsored
Mssql is a Model Context Protocol (MCP) server designed to streamline interaction with Microsoft SQL Server databases. It offers a secure and flexible interface, allowing users to connect to various MSSQL configurations, dynamically switch between databases, and perform safe, read-only SQL queries. The server includes built-in security checks to prevent dangerous operations, provides capabilities for browsing database tables and their field structures, and incorporates comprehensive error handling for reliable operation.
Key Features
01Secure SELECT-only SQL Query Execution
02Database Table and Column Structure Browsing
03Comprehensive Error Handling and Reporting
04Flexible MSSQL Connection Management
05Dynamic Database Switching
060 GitHub stars
Use Cases
01Automating database discovery (listing databases, tables, and structures) for applications
02Programmatically managing and querying MSSQL databases with built-in safety
03Integrating MSSQL database access into MCP-compatible environments like Claude Code