Mssql
0
Facilitates secure interaction with Microsoft SQL Server databases through an MCP server, enabling operations like connection, database switching, and read-only queries.
소개
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.
주요 기능
- Secure SELECT-only SQL Query Execution
- Database Table and Column Structure Browsing
- Comprehensive Error Handling and Reporting
- Flexible MSSQL Connection Management
- Dynamic Database Switching
- 0 GitHub stars
사용 사례
- Automating database discovery (listing databases, tables, and structures) for applications
- Programmatically managing and querying MSSQL databases with built-in safety
- Integrating MSSQL database access into MCP-compatible environments like Claude Code