JSONShelf for Gemini CLI
io.github.walkojas-boop/jsonshelf
Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms.
client:Gemini CLI
transport:streamable-http
tools:4
Install JSONShelf in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"jsonshelf": {
"httpUrl": "https://jsonshelf.vercel.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs