MCP Server
MCP
Kotlin & Java Library Sources
Kotlin/Java library sources, public API and KDoc from the real Maven sources jar, for AI agents
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
By
Comments
Sign in to leave a comment