schema compatibility mcp for Grok
io.github.mrfentmen/schema-compatibility-mcp
Compare local JSON schema shape fingerprints without returning property names, values, paths, or...
client:Grok
transport:stdio
runtime:npm
Install schema compatibility mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"schema-compatibility-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"schema-compatibility-mcp"
]
}
}
}
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