Skip to main content
Glama
6
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에 의존하는 보석을 얻으세요

get_owner_gems

특정 사용자 또는 조직이 소유한 모든 RubyGems 가져오기

get_gem_owners

특정 RubyGem의 소유자를 가져옵니다

Related MCP server: Poke-MCP

용법

종속성 설치:

지엑스피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을 제공합니다.

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