RubyGems
Fetch metadata for Ruby gems from the rubygems.org API.
mcp-server-rubygems 
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:
| Tool | Description |
|---|---|
get_rubygem_info | Get information about a RubyGem |
search_rubygems | Search for RubyGems matching a query string |
get_gem_versions | Get all available versions of a specific RubyGem |
get_gem_reverse_dependencies | Get gems that depend on a specific RubyGem |
get_owner_gems | Get all RubyGems owned by a specific user or organization |
get_gem_owners | Get 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.
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Pipelock
Firewall for AI agents. MCP proxy that scans tool calls for credential leaks, prompt injection, and tool description poisoning.
Volatility MCP
Integrates Volatility 3 memory analysis with FastAPI and MCP, exposing memory forensics plugins via REST APIs.
ShellAgent
An MCP server for executing shell commands, requiring Node.js 18 or newer.
APS AEC Data Model MCP (.NET)
A .NET MCP server for interacting with the Autodesk AEC Data Model API and Viewer.
MCP Domain Availability Checker
Check domain availability directly from MCP clients using the Namecheap API.
GitHub MCP Server
Repository analysis, issues, pull requests, and code structure exploration
Thirdweb
Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb.
Next.js DevTools MCP
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
FeedOracle Macro Intelligence
Deterministic macro regime engine for AI trading agents — RISK_ON / NEUTRAL / RISK_OFF / STRESS with transparent scoring rules.
markmap-http-mcp
An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG). Server runs as HTTP service.