About
The MSSQL Model Context Protocol (MCP) Server facilitates interaction with Microsoft SQL Server databases. It offers a 'query' tool that allows users to execute SQL queries against a specified database, configurable via connection string or individual connection parameters. This server is designed to integrate seamlessly with MCP environments, providing a streamlined way to manage and query MSSQL databases.
Key Features
- Supports connection via connection string or individual parameters
- Integrates with MCP environments
- Supports encryption and trust server certificate options
- 0 GitHub stars
- Executes SQL queries
- Configurable connection parameters (host, port, database, user, password)
Use Cases
- Executing ad-hoc SQL queries against an MSSQL database
- Integrating MSSQL database queries into other applications
- Automating database interactions within an MCP workflow