MCPSqlServer is a standalone Model Context Protocol (MCP) server written in C# that provides SQL Server integration capabilities as an addon to Windsurf IDE. It allows users to connect to SQL Server databases, execute queries, and browse database schemas.
MCPSqlServer is a standalone Model Context Protocol (MCP) server written in C# that provides SQL Server integration capabilities as an addon to Windsurf IDE. It allows users to connect to SQL Server databases, execute queries, and browse database schemas.
Build the project using .NET SDK and configure application settings in `appsettings.json`. Integrate with Windsurf IDE by updating the MCP configuration file.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"sql-server-mcp-server-for-windsurf-ide": {
"command": "npx",
"args": [
"-y",
"Build the project using .NET SDK and configure application settings in `appsettings.json`. Integrate with Windsurf IDE by updating the MCP configuration file."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from SQL Server MCP Server for Windsurf IDE?"
No configuration required. This server works out of the box.
"What resources are available in SQL Server MCP Server for Windsurf IDE?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in SQL Server MCP Server for Windsurf IDE"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in SQL Server MCP Server for Windsurf IDE with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.