This Clojars MCP server, developed by Bigsy, enables AI assistants like Claude to retrieve the latest version information for Clojars dependencies. Built in TypeScript, it provides a focused tool for querying the Clojars API to get up-to-date version data for any Maven artifact in the Clojars repository. The implementation stands out by offering a simple, targeted interface specifically for Clojars version lookups. By connecting AI capabilities with Clojars dependency information, this server allows AI systems to programmatically check and suggest library versions for Clojure projects. It is particularly useful for building AI-powered tools that assist with Clojure dependency management, automated project updates, and compatibility checks across Clojure libraries.
Get the latest version of a Clojars dependency (Maven artifact). Parameters: dependency (string) - Clojars dependency name in format "group/artifact" (e.g. "metosin/reitit").
Check if a specific version of a Clojars dependency exists. Parameters: dependency (string) - Clojars dependency name in format "group/artifact" (e.g. "metosin/reitit"); version (string) - Version to check (e.g. "0.7.2").
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!