← Back to Plugins
MCP Server MCP

Kotlin & Java Library Sources

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/aoreshkov/kotlin-lib-mcp:0.5.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/aoreshkov/kotlin-lib-mcp:0.5.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Persist the downloaded sources and parsed index across container runs. Without it every session re-downloads and re-analyzes each library, since the container is --rm.",
          "value": "kotlin-lib-mcp-cache:/home/mcp/.cache",
          "type": "named",
          "name": "-v"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...