Skip to content
Grok

Kotlin & Java Library Sources for Grok

io.github.aoreshkov/kotlin-lib-mcp

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

client:Grok transport:stdio runtime:oci

Install Kotlin & Java Library Sources in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Kotlin & Java Library Sources in other clients