Skip to content
Gemini CLI

json5 mcp for Gemini CLI

io.github.mukundakatta/json5-mcp

Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON.

client:Gemini CLI transport:stdio runtime:npm

Install json5 mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "json5-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/json5-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

json5 mcp in other clients