Skip to content
Grok

LINQ to DB for Grok

io.github.linq2db/linq2db.cli

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

client:Grok transport:stdio runtime:nuget

Install LINQ to DB in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

LINQ to DB in other clients