Skip to content
Grok

db-compare for Grok

io.github.yadu-tv/db-compare

Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments.

client:Grok transport:stdio runtime:pypi

Install db-compare in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "db-compare": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "db-compare-mcp"
      ]
    }
  }
}

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

db-compare in other clients