MCP.so
登录

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

基本信息

分类

数据库

许可证

MIT

运行时

c#

传输方式

stdio

发布者

ian-cowley

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器