schema validate for Gemini CLI
io.github.cedrickouma/schema-validate
MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API
client:Gemini CLI
transport:streamable-http
runtime:npm
Install schema validate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"schema-validate": {
"httpUrl": "https://apim-agentforge-6lfm33.azure-api.net/schema-validate/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs