Clojars-MCP-ServerServer

Bigsy
GitHub
ClojureDependency ManagementMCP Server

Loading subscription status...

💡 Description

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

📝 JSON Entries

{
  "mcpServers": [
    {
      "clojars-deps-server": {
        "args": [
          "/path/to/clojars-deps-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

check_clojars_version_existsget_clojars_latest_version

Features

  • Get the latest version of any Clojars dependency
  • Check if a specific version of a dependency exists
  • Easy integration with Claude through MCP

💬 Example Queries

  • Get the latest version of the Clojars dependency 'metosin/reitit'
  • Check if the version '0.7.2' of the Clojars dependency 'metosin/reitit' exists