data science tools

Bundler_mcp

Enables agents to query local information about dependencies in a Ruby project's `Gemfile`.

local
data science tools
0
View on GitHub

Installation

npx -y subelsky/bundler_mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "bundler_mcp",
  "command": "npx",
  "args": [
    "-y",
    "subelsky/bundler_mcp"
  ]
}

About This MCP Server

subelsky/bundler_mcp

Enables agents to query local information about dependencies in a Ruby project's Gemfile.

GitHub: https://github.com/subelsky/bundler_mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub