schema validate for Grok
io.github.cedrickouma/schema-validate
MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API
client:Grok
transport:streamable-http
runtime:npm
Install schema validate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"schema-validate": {
"type": "http",
"url": "https://apim-agentforge-6lfm33.azure-api.net/schema-validate/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