Skip to content
Windsurf

LINQ to DB for Windsurf

io.github.linq2db/linq2db.cli

Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB.

client:Windsurf transport:stdio runtime:nuget

Install LINQ to DB in Windsurf

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

{
  "mcpServers": {
    "linq2db.cli": {
      "command": "dnx",
      "args": [
        "linq2db.cli",
        "--yes"
      ]
    }
  }
}

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

LINQ to DB in other clients