@pipeworx/rubygems
Connect: https://gateway.pipeworx.io/rubygems/mcp · Install: one-click buttons
Tools: 5
Tools
- get_gem — Get full metadata for a published Ruby gem by name. Returns latest version, authors, license, descriptions, download counts, and project/source URLs. Use for “what is gem X?”, “tell me about Ruby gem
- search_gems — Search RubyGems by keyword in name/description. Returns matching gems sorted by relevance with name, version, downloads, and info text.
- get_versions — Get full version history for a Ruby gem. Returns every published version with release date, download count, Ruby version compatibility, and licenses. Use for “what versions of X exist?” or “when did Y
- get_dependencies — Get the runtime and development dependencies for a specific version of a Ruby gem. Returns each dependency with its version requirement string. Omit version to get the latest.
- get_reverse_dependencies — List gems that depend on this gem. Useful for understanding ecosystem impact (“what depends on Rack?”) or risk surface (“how many gems would break if this one had a vulnerability?”). API caps at 50 na
Tools
-
get_dependencies— Get the runtime and development dependencies for a specific version of a Ruby gem. Returns each dependency with its version requirement string. Omit version to get the latest. -
get_gem— Get full metadata for a published Ruby gem by name. Returns latest version, authors, license, descriptions, download counts, and project/source URLs. Use for what is gem X? , tell me about Ruby gem Y -
get_reverse_dependencies— List gems that depend on this gem. Useful for understanding ecosystem impact ( what depends on Rack? ) or risk surface ( how many gems would break if this one had a vulnerability? ). API caps at 50 na -
get_versions— Get full version history for a Ruby gem. Returns every published version with release date, download count, Ruby version compatibility, and licenses. Use for what versions of X exist? or when did Y re -
search_gems— Search RubyGems by keyword in name/description. Returns matching gems sorted by relevance with name, version, downloads, and info text.