I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Mcpsqlserver
SQL Server MCP Server para Windsurf IDE: un servidor MCP independiente que proporciona capacidades de integración de SQL Server
2
Github Watches
1
Github Forks
7
Github Stars
SQL Server MCP Server for Windsurf IDE
A standalone MCP (Model Context Protocol) server written in C# that provides SQL Server integration capabilities as an addon to Windsurf IDE.
Features
- SQL Server connectivity
- Database schema exploration
- Table and view inspection
- Column metadata retrieval
- Stored procedure enumeration
- SQL query execution
- Stored procedure execution
- Debug mode for troubleshooting
- Configurable logging path
Prerequisites
- .NET 9.0 SDK or higher
- SQL Server instance (local or remote)
- SQL Server client tools
Setup
- Build the project:
dotnet build
-
Configure the application:
- Copy
appsettings.example.json
toappsettings.json
- Update the connection string and other settings in
appsettings.json
with your SQL Server details
{ "ConnectionStrings": { "DefaultConnection": "Server=your-server;Database=master;User ID=your-username;Password=your-password;TrustServerCertificate=True" }, "LogPath": "C:\\Path\\To\\Your\\LogDirectory\\", "DebugMode": "false" }
- Copy
-
Configure the MCP server in Windsurf:
- Copy the contents of
windsurf_mcp_config.json
to your Windsurf MCP configuration file (typically located at~/.codeium/windsurf/mcp_config.json
) - Update the path to point to your built executable:
{ "mcpServers": { "sqlMcpService": { "command": "path/to/your/MCPSqlServer.exe", "args": [], "description": "SQL Server MCP Service" } } }
- Copy the contents of
-
Set up GitHub integration:
- Create a new GitHub repository for your project
- Initialize a new Git repository in your project directory using
git init
- Add your GitHub repository as a remote using
git remote add origin <repository-url>
- Push your changes to the remote repository using
git push -u origin master
Configuration Options
The appsettings.json
file contains the following configuration options:
-
ConnectionStrings:DefaultConnection
: The SQL Server connection string -
LogPath
: Directory where log files will be stored -
DebugMode
: Set to "true" to enable detailed debug logging
Publishing
You can publish the application as a self-contained executable:
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true
This will create a single executable file that includes all dependencies.
Protocol
The MCP server communicates through standard input/output using a JSON-based protocol.
Request Format
{
"id": "request-id",
"action": "action-name",
"parameters": {
"param1": "value1",
"param2": "value2"
}
}
Response Format
{
"success": true,
"data": {
"key": "value"
}
}
Or in case of error:
{
"success": false,
"error": {
"code": "error_code",
"message": "Error description"
}
}
Supported Actions
1. Connect to a SQL Server
{
"action": "connect",
"parameters": {
"connectionString": "Data Source=server;Initial Catalog=master;Integrated Security=True;"
}
}
2. List Databases
{
"action": "get_databases",
"parameters": {}
}
3. List Tables in a Database
{
"action": "get_tables",
"parameters": {
"database": "AdventureWorks"
}
}
4. Get Table Columns
{
"action": "get_columns",
"parameters": {
"database": "AdventureWorks",
"schema": "Person",
"table": "Person"
}
}
5. List Stored Procedures
{
"action": "get_procedures",
"parameters": {
"database": "AdventureWorks"
}
}
6. Execute Database Query
{
"action": "execute_database_query",
"parameters": {
"database": "AdventureWorks",
"query": "SELECT TOP 10 * FROM Person.Person",
"parameters": {
"param1": "value1"
}
}
}
7. Execute System Query
{
"action": "execute_system_query",
"parameters": {
"query": "SELECT name FROM sys.databases",
"parameters": {
"param1": "value1"
}
}
}
8. Execute Stored Procedure
{
"action": "execute_procedure",
"parameters": {
"database": "AdventureWorks",
"schema": "dbo",
"procedure": "uspGetEmployeeManagers",
"parameters": {
"BusinessEntityID": 5
}
}
}
Integration with Windsurf
This MCP server can be used from Windsurf IDE to:
- Browse database schemas
- Execute SQL queries and view results
- Get code completion for table and column names
- Run stored procedures
- Generate SQL code snippets
- Analyze database structures
Code Structure
The application is organized into the following components:
-
Program.cs
: Main entry point and request handling -
JsonRpcHandler.cs
: Handles JSON-RPC protocol and dispatches requests - Configuration is loaded from
appsettings.json
- Logs are written to files specified by the
LogPath
setting
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Error Handling
Common error codes:
-
invalid_request
: Malformed JSON or missing required fields -
connection_failed
: Failed to connect to SQL Server -
missing_parameter
: Required parameter not provided -
query_execution_error
: Error executing a SQL query -
database_not_found
: Specified database does not exist -
table_not_found
: Specified table does not exist
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Advanced software engineer GPT that excels through nailing the basics.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Espejo dehttps: //github.com/agentience/practices_mcp_server
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Reviews

user_BXALXOEP
MCPSqlServer by ian-cowley is a fantastic tool for anyone needing efficient SQL server management. The straightforward interface and robust functionality make database handling a breeze. Highly recommended for both beginners and advanced users seeking a reliable solution in SQL server operations. Check it out here: https://github.com/ian-cowley/MCPSqlServer.