MCP.so
登录

Clojars MCP Server

@MCP-Mirror

关于 Clojars MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Clojars MCP Server?

A Model Context Protocol (MCP) server that provides tools for fetching dependency information from Clojars, the Clojure community's artifact repository. It is designed for developers using Claude who need to look up Clojars dependency versions.

How to use Clojars MCP Server?

After building the server from source with npm install and npm run build, add it to your Claude configuration (e.g., cline_mcp_settings.json or claude_desktop_config.json) by specifying the path to the built index.js as a command-line argument for node. Once configured, Claude automatically discovers the server and its tools become available via the use_mcp_tool command.

Key features of Clojars MCP Server

  • 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

Use cases of Clojars MCP Server

  • Ask Claude “What is the latest version of metosin/reitit?” and receive the answer.
  • Verify whether a specific version (e.g., 0.7.2) of a Clojars dependency exists.
  • Automatically resolve dependency versions while discussing a Clojure project in Claude.
  • Let Claude fetch version info directly during code generation or dependency management conversations.

FAQ from Clojars MCP Server

What tools does the Clojars MCP Server expose?

It exposes two tools: get_clojars_latest_version (returns the latest version of a dependency) and check_clojars_version_exists (checks if a particular version exists). Both require a dependency in group/artifact format.

How do I install the Clojars MCP Server?

Clone the repository, run npm install and npm run build, then add a clojars-deps-server entry to your Claude MCP configuration file pointing to the built build/index.js with the node command.

Does the server require any external services or authentication?

The server queries the public Clojars API; no API keys or authentication are mentioned in the README.

What runtime does the server need?

Node.js and npm. The server is built as a Node.js application.

Can I use the server with tools other than Claude?

The README only describes integration with Claude via MCP. It does not mention other MCP hosts.

评论

其他 分类下的更多 MCP 服务器