Skip to content
Cursor

LINQ to DB for Cursor

io.github.linq2db/linq2db.cli

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

client:Cursor transport:stdio runtime:nuget

Install LINQ to DB in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LINQ to DB in other clients