mcpbeat Sign in

db-compare MCP Server

local only

db-compare runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 28 · avg 10 · +13% w/w
a month agotoday
70
Installs / week
pypi · db-compare-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add db-compare -- uvx db-compare-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "db-compare": {
      "args": [
        "db-compare-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.db-compare]
command = "uvx"
args = ["db-compare-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "db-compare": {
      "args": [
        "db-compare-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "db-compare": {
      "args": [
        "db-compare-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to db-compare

same job, measured the same way
DB2TOON MCP
by kamil5b

Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.

local only
SQL Server Analyst MCP
by coregentdevspace

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

24 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

27 installs/wk local only
NexQL Postgres MCP
by nexql-oss

Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere.

97 installs/wk local only
I
Mssql Reader
by connorbritain

Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying

544 installs/wk local only
JDBC MCP Server
by igorolv

Read-only PostgreSQL, Oracle and SQL Server access for AI agents: SQL, plans, schema, index stats

local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering

db-compare — questions

Answers built from our own checks of this server.

Why is there no uptime for db-compare?
db-compare runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package db-compare-mcp was installed 70 times last week.
Is db-compare still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect db-compare?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls db-compare-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use db-compare?
The pypi package db-compare-mcp was installed 70 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.