Odel
schemaguard

schemaguard

Local
@sethclawd-progTypeScriptMITUpdated 6mo ago

API Schema Drift Monitor — detect breaking changes in OpenAPI specs

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sethclawd/schemaguardv0.1.2

Run

npx -y @sethclawd/schemaguard

MCP client config

{
  "mcpServers": {
    "schemaguard": {
      "command": "npx",
      "args": [
        "-y",
        "@sethclawd/schemaguard"
      ]
    }
  }
}