Review the use of the Javadoc Central MCP for use with Clojure development (and Java interop). org.clojure libraries are published to Maven, along with many others.
NOTE: can a similar MCP server be created for Clojars (or has one been done already, e.g. clojure-mcp).
NOTE: designed for use with MCP clients.
Artifacts in Maven Central typically provide a JavaDoc Jar that contains the versioned documentation for the artifact. While IDEs use this to display the docs for a library, it is also sometimes nice to browse the docs in a web browser. This project is a simple web app that allows you to view the JavaDoc for any artifact in Maven Central.
[JavaDoc Central MCP server](https://github.com/jamesward/javadoccentral]
Reference
Review the use of the Javadoc Central MCP for use with Clojure development (and Java interop). org.clojure libraries are published to Maven, along with many others.
Artifacts in Maven Central typically provide a JavaDoc Jar that contains the versioned documentation for the artifact. While IDEs use this to display the docs for a library, it is also sometimes nice to browse the docs in a web browser. This project is a simple web app that allows you to view the JavaDoc for any artifact in Maven Central.
[JavaDoc Central MCP server](https://github.com/jamesward/javadoccentral]
Reference