MCP Server RubyGems

by 6

Integrations

  • Provides tools for fetching RubyGems metadata, including gem information, searching for gems, retrieving version information, finding reverse dependencies, and looking up ownership details through the RubyGems.org API.

mcp-server-rubygems

rubygems.org API를 통해 rubygems 메타데이터를 가져오기 위한 모델 컨텍스트 프로토콜 서버입니다.

도구

이 MCP 서버는 RubyGems.org API와 상호 작용하기 위한 다음과 같은 도구를 제공합니다.

도구설명
get_rubygem_infoRubyGem에 대한 정보를 얻으세요
search_rubygems쿼리 문자열과 일치하는 RubyGems 검색
get_gem_versions특정 RubyGem의 사용 가능한 모든 버전을 가져옵니다.
get_gem_reverse_dependencies특정 RubyGem에 의존하는 보석을 얻으세요
get_owner_gems특정 사용자 또는 조직이 소유한 모든 RubyGems 가져오기
get_gem_owners특정 RubyGem의 소유자를 가져옵니다

용법

종속성 설치:

지엑스피1

서버를 빌드하세요:

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을 제공합니다.

-
security - not tested
F
license - not found
-
quality - not tested

RubyGems.org API와 상호작용하여 Ruby 패키지에 대한 메타데이터를 가져오고, gem을 검색하고, 종속성 및 소유권 정보를 탐색할 수 있는 모델 컨텍스트 프로토콜 서버입니다.

  1. Tools
    1. Usage
      1. Installation
        1. Debugging
      ID: myrihmfllt