cljdoc

2025-08-03T13:36:34.297529Z

Hello, I am wondering what could be a good place for an open source Clojure(script) library to store the documentation files meant to be consumed by LLMs, so that MCP tools know where to look for them. I don't know if there is such a standard already ... and then I though that cljdoc might be a solution to this problem, since it is the modern de-facto standard for documentation in the ecosystem. Is there anything planned in this direction?

martinklepsch 2025-08-27T18:06:52.605819Z

Hey - sorry for the late response here, I've been off Slack for a moment 🙂 I've been thinking about this on-and-off for a while. Something like Context7 would definitely be handy for Clojure libraries. I did at one point explore adding search + plaintext endpoints to the cljdoc server so something like an MCP docs finder could be built on top of that but didn't get all that far 😇

lread 2025-08-27T18:19:08.383389Z

I remember now that I was concerned about library author consent...

2025-08-27T18:20:11.055069Z

in the meantime, I heard about https://agents.md/, which can be a good default filename.

lread 2025-08-03T15:06:08.338209Z

I'm not very much into this space, but I think @martinklepsch might have been thinking about this at some point? maybe?