Skip to content
Gemini CLI

Paper Lantern for Gemini CLI

ai.paperlantern/code

Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs.

client:Gemini CLI transport:streamable-http

Install Paper Lantern in Gemini CLI

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

{
  "mcpServers": {
    "code": {
      "httpUrl": "https://mcp.paperlantern.ai/chat/mcp"
    }
  }
}

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

Paper Lantern in other clients