Skip to content
Grok

schemaguard for Grok

io.github.sethclawd-prog/schemaguard

API Schema Drift Monitor — detect breaking changes in OpenAPI specs

client:Grok transport:stdio runtime:npm

Install schemaguard in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

schemaguard in other clients