Rubygems for VS Code
io.github.pipeworx-io/rubygems
RubyGems MCP — wraps the RubyGems.org public API (free, no auth)
client:VS Code
transport:streamable-http
Install Rubygems in VS Code
.vscode/mcp.json
{
"servers": {
"rubygems": {
"type": "http",
"url": "https://gateway.pipeworx.io/rubygems/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs