Bigsy_Clojars-MCP-Server
The Clojars MCP Server is designed to provide version information about dependencies hosted on Clojars, the Clojure community's central repository. It easily integrates with Claude's ecosystem, allowing for seamless query of dependency versions. Features include checking the latest version and the existence of specific versions of a dependency.
Clojars MCP Server
A Model Context Protocol (MCP) server that provides tools for fetching dependency information from Clojars, the Clojure community's artifact repository.
Features
- Get the latest version of any Clojars dependency
- Check if a specific version of a dependency exists
- Simple, focused responses
- Easy integration with Claude through MCP
How It Works
When configured in Claude's settings, this server is available in Claude's system prompt under "Connected MCP Servers". It exposes two tools: get_clojars_latest_version
for retrieving the latest version of a dependency and check_clojars_version_exists
for checking specific version existence.
Installation
- Clone the repository
- Install dependencies
- Build the server
- Add the server to your Claude configuration for VSCode or Claude desktop app.