Skip to content
Zed

db-compare for Zed

io.github.yadu-tv/db-compare

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

client:Zed transport:stdio runtime:pypi

Install db-compare in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "db-compare": {
      "command": "uvx",
      "args": [
        "db-compare-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

db-compare in other clients