Skip to main content
Glama

MCP Server RubyGems

by 6

mcp-server-rubygems Default

A Model Context Protocol server for fetching rubygems metadata via rubygems.org API.

Tools

This MCP server provides the following tools for interacting with the RubyGems.org API:

Tool

Description

get_rubygem_info

Get information about a RubyGem

search_rubygems

Search for RubyGems matching a query string

get_gem_versions

Get all available versions of a specific RubyGem

get_gem_reverse_dependencies

Get gems that depend on a specific RubyGem

get_owner_gems

Get all RubyGems owned by a specific user or organization

get_gem_owners

Get the owners of a specific RubyGem

Usage

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "mcp-server-rubygems": { "command": "/path/to/mcp-server-rubygems/build/index.js" } } }

It should be similar on MCP clients like Cursor, Cline, etc -- just add the command from above in your config.

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

A Model Context Protocol server that allows interaction with the RubyGems.org API to fetch metadata about Ruby packages, search gems, and explore dependencies and ownership information.

  1. Tools
    1. Usage
      1. Installation
        1. Debugging

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server for interacting with Redmine using its REST API, enabling the management of tickets, projects, and user data through integration with LLMs.
        Last updated -
        60
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides Pokémon information by connecting to the PokeAPI, enabling users to query detailed Pokémon data, discover random Pokémon, and find Pokémon by region or type.
        Last updated -
        4
        11
        MIT License
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.
        Last updated -
        4
        10
        13
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables intelligent searching across documentation for 30+ programming libraries and frameworks, fetching relevant information from official sources.
        Last updated -
        22
        6
        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