Home › Other › Kotlin & Java Library Sources

Kotlin & Java Library Sources

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

Kotlin
★ 10 stars Last pushed 2026-09-20 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/aoreshkov/kotlin-lib-mcp:0.6.0

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry