A favicon of RubyGems Metadata Server

RubyGems Metadata Server

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

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the RubyGems Metadata Server MCP server manually.

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:

ToolDescription
get_rubygem_infoGet information about a RubyGem
search_rubygemsSearch for RubyGems matching a query string
get_gem_versionsGet all available versions of a specific RubyGem
get_gem_reverse_dependenciesGet gems that depend on a specific RubyGem
get_owner_gemsGet all RubyGems owned by a specific user or organization
get_gem_ownersGet 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.

Share:
Details:
  • Stars


    0
  • Forks


    3
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to RubyGems Metadata Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


RubyGems Metadata Server: MCP Server – MCP.Bar