Skip to content
Grok

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

com.devart/mcp-sqlserver

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

client:Grok transport:stdio runtime:nuget

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

.mcp.json (in your project root)

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

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

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

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