Gradle-accurate JVM classpath; fetch Java source, signatures, and class structure for agents.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y jvmsrc
MCP client config
{
"mcpServers": {
"jvm-source-lens": {
"command": "npx",
"args": [
"-y",
"jvmsrc"
]
}
}
}