Skip to main content
Glama
6

MCP Server RubyGems

by 6

mcp-server-rubygems デフォルト

rubygems.org APIを介して rubygems メタデータを取得するためのモデル コンテキスト プロトコルサーバー。

ツール

この MCP サーバーは、RubyGems.org API と対話するための次のツールを提供します。

道具

説明

get_rubygem_info

RubyGemに関する情報を取得する

search_rubygems

クエリ文字列に一致する RubyGems を検索する

get_gem_versions

特定の RubyGem の利用可能なすべてのバージョンを取得する

get_gem_reverse_dependencies

特定のRubyGemに依存するgemを取得する

get_owner_gems

特定のユーザーまたは組織が所有するすべての RubyGem を取得する

get_gem_owners

特定のRubyGemの所有者を取得する

Related MCP server: MCP Blockchain Query Server

使用法

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

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

Cursor、Cline などの MCP クライアントでも同様です。上記のcommandを構成に追加するだけです。

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

Install Server
A
security – no known vulnerabilities
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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