Skip to main content
Data Science ToolsRuby

subelsky/bundler_mcp

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

data-science-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/subelsky/bundler_mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
Ruby
Author
subelsky