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의 소유자를 가져옵니다 |
용법
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
Cursor, Cline 등의 MCP 클라이언트에서도 비슷할 것입니다. 위의 command
구성에 추가하기만 하면 됩니다.
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
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.
Tools
RubyGems.org API와 상호작용하여 Ruby 패키지에 대한 메타데이터를 가져오고, gem을 검색하고, 종속성 및 소유권 정보를 탐색할 수 있는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -2348TypeScriptMIT License
- AsecurityFlicenseAqualityA 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 -47TypeScript
- AsecurityFlicenseAqualityA 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 -41013TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables intelligent searching across documentation for 30+ programming libraries and frameworks, fetching relevant information from official sources.Last updated -186PythonMIT License