mcp-服务器-rubygems
用于通过rubygems.org API获取 rubygems 元数据的模型上下文协议服务器。
工具
此 MCP 服务器提供以下工具用于与 RubyGems.org API 交互:
工具 | 描述 |
---|---|
get_rubygem_info | 获取有关 RubyGem 的信息 |
search_rubygems | 搜索与查询字符串匹配的 RubyGems |
get_gem_versions | 获取特定 RubyGem 的所有可用版本 |
get_gem_reverse_dependencies | 获取依赖于特定 RubyGem 的 gem |
get_owner_gems | 获取特定用户或组织拥有的所有 RubyGem |
get_gem_owners | 获取特定 RubyGem 的所有者 |
用法
安装依赖项:
构建服务器:
对于使用自动重建的开发:
安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
它应该与 Cursor、Cline 等 MCP 客户端类似——只需在您的配置中添加上面的command
即可。
调试
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:
检查器将提供一个 URL 来访问浏览器中的调试工具。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器允许与 RubyGems.org API 交互以获取有关 Ruby 包的元数据、搜索 gems 以及探索依赖项和所有权信息。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides a standardized interface for interacting with Notion's API, enabling users to list databases, create pages, and search across their Notion workspace.Last updated -95PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLM agents to manage GitHub repositories, issues, pull requests, branches, files, and releases through a standardized interface.Last updated -2TypeScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that enables integration with GitHub Actions, allowing users to fetch available actions, get detailed information about specific actions, trigger workflow dispatch events, and fetch repository releases.Last updated -4921JavaScript
- -securityAlicense-qualityA Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.Last updated -1112TypeScriptMIT License