Loading...

An MCP server for fetching Clojars dependency information, including latest versions, version existence checks, and version history, designed for integration with Claude.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
An MCP server for fetching Clojars dependency information, including latest versions, version existence checks, and version history, designed for integration with Claude.
This server is generally safe due to its read-only nature and limited scope. Risks are primarily tied to the security and availability of the Clojars repository itself. It is safe to use as long as the Clojars repository is trusted and the returned data is treated as potentially untrusted.
Performance is primarily dependent on the response time of the Clojars repository. Caching mechanisms could be implemented to improve performance for frequently accessed dependencies.
The primary cost consideration is the network bandwidth used to communicate with the Clojars repository. Rate limiting may be necessary to avoid exceeding Clojars' usage policies.
npx clojars-deps-server{
"mcpServers": {
"clojars-deps-server": {
"command": "node",
"args": ["/path/to/clojars-deps-server/build/index.js"]
}
}
}get_clojars_latest_versionRetrieves the latest version of a specified Clojars dependency.
Read-only operation; only retrieves information.
check_clojars_version_existsChecks if a specific version of a Clojars dependency exists.
Read-only operation; only verifies existence.
get_clojars_historyRetrieves the version history of a specified Clojars dependency.
Read-only operation; only retrieves historical data.
None
This server is generally safe due to its read-only nature and limited scope. Risks are primarily tied to the security and availability of the Clojars repository itself. It is safe to use as long as the Clojars repository is trusted and the returned data is treated as potentially untrusted.
This server only provides read-only access to Clojars metadata and does not perform any actions that could modify the system or external resources. Therefore, it can be safely used in automated workflows.
Production Tip
Monitor the server's resource usage and Clojars' availability to ensure reliable operation in production.
It provides tools to fetch dependency information from Clojars, the Clojure community's artifact repository.
You can get the latest version of a dependency, check if a specific version exists, and retrieve the version history.
No, it does not require any authentication.
You can install it via npm or Smithery, and then configure your Claude environment to use it.
It is designed to work with Claude, and may be compatible with other MCP clients.
Yes, it is safe because it only performs read-only operations and does not modify any system resources.
The server will likely return an error, and dependency information will not be available until Clojars is back online.