Odel
JVM Source Lens

JVM Source Lens

Local
@sintexer4TypeScriptMITUpdated 5 days ago

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).

npmjvmsrcv1.15.0

Run

npx -y jvmsrc

MCP client config

{
  "mcpServers": {
    "jvm-source-lens": {
      "command": "npx",
      "args": [
        "-y",
        "jvmsrc"
      ]
    }
  }
}