Skip to content
VS Code

schema validate for VS Code

io.github.cedrickouma/schema-validate

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

client:VS Code transport:streamable-http runtime:npm

Install schema validate in VS Code

.vscode/mcp.json

{
  "servers": {
    "schema-validate": {
      "type": "http",
      "url": "https://apim-agentforge-6lfm33.azure-api.net/schema-validate/mcp"
    }
  }
}

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

schema validate in other clients