Skip to content
Zed

Kotlin & Java Library Sources for Zed

io.github.aoreshkov/kotlin-lib-mcp

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

client:Zed transport:stdio runtime:oci

Install Kotlin & Java Library Sources in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Kotlin & Java Library Sources in other clients