PluginBench
MCP Server
Active
Apache-2.0

Kotlin Library Sources MCP Server

io.github.aoreshkov/kotlin-lib-mcp

What is the Kotlin Library Sources MCP server?

Exposes the public API, KDoc and sources of Maven-published Kotlin/Java libraries to MCP clients

How to install Kotlin Library Sources

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kotlin-lib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/kotlin-lib-mcp:0.4.0"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kotlin-lib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/kotlin-lib-mcp:0.4.0"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kotlin-lib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/kotlin-lib-mcp:0.4.0"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kotlin-lib-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/kotlin-lib-mcp:0.4.0"
      ]
    }
  }
}
Claude Code
claude mcp add kotlin-lib-mcp -- docker run -i --rm ghcr.io/aoreshkov/kotlin-lib-mcp:0.4.0

Related MCP servers

Serves Oracle Forms module content (.fmb/.mmb/.pll/.olb) from a directory to MCP clients.

1
Kotlin
Apache-2.0
View repository →