Skip to content
Windsurf

Devart MCP Server for SQL Server (ADO.NET) for Windsurf

com.devart/mcp-sqlserver

Schema-aware read/write access to SQL Server through Devart dotConnect ADO.NET data provider.

client:Windsurf transport:stdio runtime:nuget

Install Devart MCP Server for SQL Server (ADO.NET) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-sqlserver": {
      "command": "dnx",
      "args": [
        "Devart.Mcp.SqlServer",
        "--yes"
      ],
      "env": {
        "DEVART_MCP_SQLSERVER_CONNECTION": "<DEVART_MCP_SQLSERVER_CONNECTION>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Devart MCP Server for SQL Server (ADO.NET) in other clients