Loading MCP server directory, please wait...
Exposes the public API, KDoc and sources of Maven-published Kotlin/Java libraries to MCP clients
npx @getmcp/cli add io.github.aoreshkov/kotlin-lib-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aoreshkov/kotlin-lib-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/kotlin-lib-mcp:0.1.0"
]
}
}
}