MCPSqlServer
If you are the rightful owner of MCPSqlServer 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 standalone MCP server for SQL Server integration with Windsurf IDE.
The SQL Server MCP Server for Windsurf IDE is a standalone Model Context Protocol server developed in C#. It provides SQL Server integration capabilities as an addon to the Windsurf IDE. This server allows users to connect to SQL Server instances, explore database schemas, inspect tables and views, retrieve column metadata, enumerate stored procedures, and execute SQL queries and stored procedures. It also includes a debug mode for troubleshooting and configurable logging paths. The server communicates using a JSON-based protocol over standard input/output, making it versatile for various SQL Server management tasks within the Windsurf IDE.
Features
- SQL Server connectivity
- Database schema exploration
- Table and view inspection
- Column metadata retrieval
- Stored procedure enumeration