SQL Server MCP Server for Windsurf IDE
@ian-cowley
关于 SQL Server MCP Server for Windsurf IDE
SQL Server MCP Server - A standalone MCP server providing SQL Server integration capabilities
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SQL Server MCP Server for Windsurf IDE?
SQL Server MCP Server for Windsurf IDE is a standalone C# server that provides SQL Server integration for any MCP-compliant IDE or client. It enables AI assistants to browse schemas, execute queries, and run stored procedures against SQL Server databases.
How to use SQL Server MCP Server for Windsurf IDE?
Build the project with .NET 10.0 SDK or higher, configure appsettings.json with your SQL Server connection string, then add the server to your IDE’s MCP config file (e.g., Windsurf, Claude Desktop, Cursor) pointing to the built executable.
Key features of SQL Server MCP Server for Windsurf IDE
- SQL Server database connectivity and schema exploration
- Table, view, and column metadata inspection
- Stored procedure enumeration and execution
- SQL query execution at database or system level
- Debug mode and configurable logging path
- Dynamic Project Connection Resolver for multi-project workspaces
Use cases of SQL Server MCP Server for Windsurf IDE
- Browse database schemas and get code completion for table/column names
- Execute SQL queries and view results directly from the IDE
- Run stored procedures with custom parameters
- Generate SQL code snippets based on database structure analysis
- Manage multiple databases in a workspace with automatic connection resolution
FAQ from SQL Server MCP Server for Windsurf IDE
What are the prerequisites?
.NET 10.0 SDK or higher, a SQL Server instance, and SQL Server client tools.
How does the server communicate?
It uses standard input/output with JSON-RPC 2.0 protocol (Model Context Protocol).
How do I configure the connection?
Edit appsettings.json with your SQL Server connection string, log path, and debug mode setting.
What is the Dynamic Project Connection Resolver?
It automatically uses the nearest appsettings.json from the active file’s directory to override the connection string for multi-project workspaces.
What tools are available?
Tools include listing databases, tables, columns, stored procedures, executing queries, and running stored procedures.
数据库 分类下的更多 MCP 服务器

Redis
modelcontextprotocolModel Context Protocol Servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Snowflake MCP Server
isaacwassermanMCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
评论