Skip to content
VS Code

schemaguard for VS Code

io.github.sethclawd-prog/schemaguard

API Schema Drift Monitor — detect breaking changes in OpenAPI specs

client:VS Code transport:stdio runtime:npm

Install schemaguard in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

schemaguard in other clients