@pipeworx/rubygems

Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/rubygems’s. Install: one-click buttons

Connect to just the @pipeworx/rubygems pack

https://gateway.pipeworx.io/rubygems/mcp — only @pipeworx/rubygems’s own tools, nothing else in the catalog.

No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.

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.

Regenerated from source · build September 25, 2026