Gradle-accurate JVM classpath; fetch Java source, signatures, and class structure for agents.
An MCP server and CLI that gives your coding agent the one thing it's missing on JVM codebases: the actual classpath. You use an IDE to write Java. Your coding agent doesn't have one. When your agent hits an unfamiliar library type — say, a superclass from a proprietary internal library — it spends 25+ turns walking , opening JARs by hand with , picking one by guesswork, and trying to answer a…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
An MCP server and CLI that gives your coding agent the one thing it's missing on JVM codebases: the actual classpath. You use an IDE to write Java. Your coding agent doesn't have one. When your agent hits an unfamiliar library type — say, a superclass from a proprietary internal library — it spends 25+ turns walking , opening JARs by hand with , picking one by guesswork, and trying to answer a question your IDE would answer in one keystroke: does this superclass have a public utility method…