mcp-服务器-rubygems 👁 默认
用于通过rubygems.org API获取 rubygems 元数据的模型上下文协议服务器。
工具
此 MCP 服务器提供以下工具用于与 RubyGems.org API 交互:
工具 | 描述 |
| 获取有关 RubyGem 的信息 |
| 搜索与查询字符串匹配的 RubyGems |
| 获取特定 RubyGem 的所有可用版本 |
| 获取依赖于特定 RubyGem 的 gem |
| 获取特定用户或组织拥有的所有 RubyGem |
| 获取特定 RubyGem 的所有者 |
Related MCP server: GitHub Tools MCP Server
用法
安装依赖项:
npm install构建服务器:
npm run build对于使用自动重建的开发:
npm run watch安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-server-rubygems": {
"command": "/path/to/mcp-server-rubygems/build/index.js"
}
}
}它应该与 Cursor、Cline 等 MCP 客户端类似——只需在您的配置中添加上面的command即可。
调试
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:
npm run inspector检查器将提供一个 URL 来访问浏览器中的调试工具。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/6/mcp-server-rubygems'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
