Skip to content
Gemini CLI

Entity Enricher for Gemini CLI

ai.entityenricher/enricher

Multi-LLM entity enrichment: schemas, single/batch enrichment, fusion, model benchmarks.

client:Gemini CLI transport:streamable-http

Install Entity Enricher in Gemini CLI

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

{
  "mcpServers": {
    "enricher": {
      "httpUrl": "https://entityenricher.ai/api/mcp/"
    }
  }
}

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

Entity Enricher in other clients