db-compare for Cursor
io.github.yadu-tv/db-compare
Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments.
client:Cursor
transport:stdio
runtime:pypi
Install db-compare in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"db-compare": {
"type": "stdio",
"command": "uvx",
"args": [
"db-compare-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs