Skip to content
Gemini CLI

lema mcp for Gemini CLI

io.github.lemahq/lema-mcp

Cited 'why was this decided?' answers for your repo and for React, Kubernetes, and Rust.

client:Gemini CLI transport:stdio runtime:npm

Install lema mcp in Gemini CLI

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

{
  "mcpServers": {
    "lema-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lema-mcp"
      ]
    }
  }
}

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

lema mcp in other clients