Skip to content
Cursor

schema compatibility mcp for Cursor

io.github.mrfentmen/schema-compatibility-mcp

Compare local JSON schema shape fingerprints without returning property names, values, paths, or...

client:Cursor transport:stdio runtime:npm

Install schema compatibility mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "schema-compatibility-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "schema-compatibility-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

schema compatibility mcp in other clients