Bigsy_Clojars-MCP-Server

Bigsy_Clojars-MCP-Server

3.1

If you are the rightful owner of Bigsy_Clojars-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for fetching dependency information from Clojars, the Clojure community's artifact repository.

The Clojars MCP Server is a specialized server designed to interact with Clojars, the primary repository for Clojure artifacts. It provides tools to fetch the latest version of any Clojars dependency and to check if a specific version exists. This server is particularly useful for developers working with Clojure, as it simplifies the process of managing dependencies by providing quick and accurate information. The server integrates seamlessly with Claude, an AI assistant, allowing it to utilize these tools through the `use_mcp_tool` command. This integration ensures that users can easily access and manage their Clojars dependencies directly from their development environment.

Features

  • Fetch the latest version of any Clojars dependency
  • Verify the existence of a specific version of a dependency
  • Provides simple and focused responses
  • Seamless integration with Claude through MCP

Tools

  1. get_clojars_latest_version

    Get the latest version of a Clojars dependency (Maven artifact)

  2. check_clojars_version_exists

    Check if a specific version of a Clojars dependency exists