Skip to content
Windsurf

Kotlin & Java Library Sources for Windsurf

io.github.aoreshkov/kotlin-lib-mcp

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

client:Windsurf transport:stdio runtime:oci

Install Kotlin & Java Library Sources in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Kotlin & Java Library Sources in other clients