mcp-schema-watch

DIYA73/mcp-schema-watch
★ 0 stars TypeScript API Integration Updated 2d ago
Polls MCP servers and alerts when a tool's schema changes in a breaking way — Postgres persistence, BullMQ scheduling, REST API, Slack alerts.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-schema-watch": {
      "command": "npx",
      "args": [
        "-y",
        "DIYA73/mcp-schema-watch"
      ]
    }
  }
}

README Excerpt

Polls the MCP servers you depend on and tells you when a tool's schema changed in a way that will actually break your code — not just "something changed," but *is this breaking or safe*, with a reason. - Diff engine (`src/diff/diffTools.ts`) — pure function, decides breaking vs. info for every kind of schema change (see the table below)

Tools (5)

DELETEGETPATCHPOSTpoll_failures

Topics

bullmqdeveloper-toolsmcpmodel-context-protocolmonitoringnestjspostgresqtypescript