mssqlclient-mcp-server
If you are the rightful owner of mssqlclient-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A comprehensive Microsoft SQL Server client implementing the Model Context Protocol (MCP).
The SQL Server MCP client is built with .NET Core using the Model Context Protocol C# SDK. It provides tools for executing SQL queries, managing stored procedures, listing tables, and retrieving comprehensive schema information from SQL Server databases. The server is designed to be lightweight yet powerful, demonstrating how to create a robust MCP server with practical database functionality. It can be deployed either directly on a machine or as a Docker container. The MCP client operates in one of two modes: Database Mode, where operations are limited to a specified database, and Server Mode, where server-wide operations across all databases are available.