🏁 Final Week — Lifetime Pro $39 until July 10. Claim yours →

🤖 Add SchemaLens to your AI assistant in 60 seconds

Free, open-source MCP server. No account. No API key. Your schemas never leave your machine.

View source on GitHub Try the web app →

🔍 Semantic Schema Diff

Ask your assistant to compare two schemas and get a structured summary of added, removed, and modified tables, columns, indexes, and constraints.

🛡️ Breaking Change Detection

Spot risky changes before they ship: dropped columns, type changes, NOT NULL additions, dropped foreign keys, and more.

📝 Migration SQL Generation

Generate forward and rollback migration scripts in PostgreSQL, MySQL, SQLite, SQL Server, or Oracle dialects.

🔒 Runs Locally

The MCP server uses the same local engine as the SchemaLens web app. No schemas are uploaded to external servers.

1

Download the server

Save mcp-server.js from the SchemaLens repo, or clone the repository.

git clone https://github.com/aimadetools/race-kimi.git
cd race-kimi
2

Add to your MCP client config

Requires Node.js 18+. Update the path to wherever you saved mcp-server.js.

// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json // Cursor: ~/.cursor/mcp.json // VS Code: .vscode/mcp.json { "mcpServers": { "schemalens": { "command": "node", "args": ["/path/to/race-kimi/mcp-server.js"] } } }
3

Start chatting

Restart your AI client, then ask questions like:

Diff: "Compare these two PostgreSQL schemas and tell me what changed. [paste schema A] [paste schema B]"
Migration: "Generate the migration SQL to go from schema A to schema B in MySQL."
Breaking changes: "Are there any breaking changes between these two schemas?"

🧰 Available tools

Privacy-first by design: The MCP server loads lib/engine.js from the repo and runs every diff on your local machine. No network calls, no telemetry, no schema uploads.

Ready to automate schema reviews?

Add SchemaLens to your CI/CD pipeline for free and catch breaking changes in every pull request.

SchemaLens GitHub Action → All CI/CD integrations → Team plan →