Skip to main content
Glama

MCP Server RubyGems

by 6

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 的所有者

用法

安装依赖项:

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 来访问浏览器中的调试工具。

-
security - not tested
F
license - not found
-
quality - not tested

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 以及探索依赖项和所有权信息。

  1. 工具
    1. 用法
      1. 安装
        1. 调试

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A 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 -
        95
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A 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 -
        2
        TypeScript
        Apache 2.0
      • A
        security
        F
        license
        A
        quality
        A 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 -
        4
        92
        1
        JavaScript
        • Apple
      • -
        security
        A
        license
        -
        quality
        A 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 -
        111
        2
        TypeScript
        MIT License
        • Apple

      View all related MCP servers

      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