Skip to content
Gemini CLI

lynx for Gemini CLI

io.github.lorenzo-cambiaghi/lynx

LynxMCP: 100% local MCP server for the code questions grep can't answer: call graph, hybrid search

client:Gemini CLI transport:stdio runtime:pypi

Install lynx in Gemini CLI

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

{
  "mcpServers": {
    "lynx": {
      "command": "uvx",
      "args": [
        "lynx-mcp"
      ]
    }
  }
}

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

lynx in other clients