Skip to content
Cursor

schema validate for Cursor

io.github.cedrickouma/schema-validate

MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API

client:Cursor transport:streamable-http runtime:npm

Install schema validate in Cursor

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

{
  "mcpServers": {
    "schema-validate": {
      "url": "https://apim-agentforge-6lfm33.azure-api.net/schema-validate/mcp"
    }
  }
}

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

schema validate in other clients