Clojars Dependency Versions
Summary
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.
Available Actions(2)
get_clojars_latest_version
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_clojars_version_exists
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").
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください