Skip to content
Gemini CLI

JAIPilot for Gemini CLI

io.github.jaipilot/jaipilot

Ship better Java with your coding agent.

client:Gemini CLI transport:streamable-http

Install JAIPilot in Gemini CLI

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

{
  "mcpServers": {
    "jaipilot": {
      "httpUrl": "https://api.jaipilot.com/functions/v1/jaipilot/mcp"
    }
  }
}

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

JAIPilot in other clients