Skip to content
Gemini CLI

legal doc analyzer for Gemini CLI

io.github.vpatser1/legal-doc-analyzer

Contract analysis, risk assessment, version diffs, compliance checks (GDPR, CCPA, SOC2)

client:Gemini CLI transport:stdio runtime:npm

Install legal doc analyzer in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "legal-doc-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "legal-doc-analyzer"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

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

legal doc analyzer in other clients