Loading...
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.
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.