Rubygems
Created6
Fetches metadata for Ruby gems from the rubygems.org API using the Model Context Protocol.
About
This tool provides a Model Context Protocol (MCP) server that allows users to retrieve information about Ruby gems from the rubygems.org API. It offers a suite of tools to query gem details, search for gems, list versions, identify dependencies, and manage ownership, all accessible through MCP clients.
Key Features
- 0 GitHub stars
- Offers the 'search_rubygems' tool to search for RubyGems based on a query.
- Includes the 'get_gem_versions' tool to fetch all available versions of a specified RubyGem.
- Features the 'get_gem_reverse_dependencies' tool to find gems that depend on a particular RubyGem.
- Supports retrieving gem ownership information via 'get_gem_owners' and 'get_owner_gems' tools.
- Provides the 'get_rubygem_info' tool to retrieve information about a specific RubyGem.
Use Cases
- Automating dependency analysis for Ruby projects.
- Integrating RubyGems metadata retrieval into MCP-compatible IDEs like Cursor or Cline.
- Building tools for Ruby gem discovery and management.