Skip to content
Gemini CLI

Kotlin & Java Library Sources for Gemini CLI

io.github.aoreshkov/kotlin-lib-mcp

Kotlin/Java library sources, public API and KDoc from the real Maven sources jar, for AI agents

client:Gemini CLI transport:stdio runtime:oci

Install Kotlin & Java Library Sources in Gemini CLI

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

{
  "mcpServers": {
    "kotlin-lib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/kotlin-lib-mcp:0.6.0"
      ]
    }
  }
}

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

Kotlin & Java Library Sources in other clients