schema validate for Claude Desktop
io.github.cedrickouma/schema-validate
MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API
client:Claude Desktop
transport:streamable-http
runtime:npm
Install schema validate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"schema-validate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apim-agentforge-6lfm33.azure-api.net/schema-validate/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs