subelsky/bundler_mcp
by Various
A Model Context Protocol (MCP) server enabling AI agents to query information about gems in a Ruby project's Gemfile, including source code and metadata.
MCP
subelsky/bundler_mcp
Added 1 June 2026
Overview
A Model Context Protocol server that lets AI agents query Ruby project dependencies. It reads the Gemfile and provides source code and metadata for each gem using the bundler API.
Best for
Best for
Ruby developers integrating AI agents with their project dependency management.
Use cases
- Inspecting gem dependencies in a Ruby project.
- Retrieving source code for a specific gem.
- Querying gem metadata like version and license.
Notes
A Model Context Protocol server that lets AI agents query Ruby project dependencies. It reads the Gemfile and provides source code and metadata for each gem using the bundler API.
19 stars on GitHub. Last updated 2025-06-29. Licensed MIT.
Use cases
- Inspecting gem dependencies in a Ruby project.
- Retrieving source code for a specific gem.
- Querying gem metadata like version and license.
Pros
- Provides structured access to bundler information via a standard protocol.
- Leverages existing bundler infrastructure for reliable data.
- Open source and straightforward to integrate.
Cons
- Limited to gems listed in Gemfile, not all installed gems.
- Requires a Ruby environment with bundler configured.
- Small community and limited support (19 stars).
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides structured access to bundler information via a standard protocol.
- Leverages existing bundler infrastructure for reliable data.
- Open source and straightforward to integrate.
Cons
- Limited to gems listed in Gemfile, not all installed gems.
- Requires a Ruby environment with bundler configured.
- Small community and limited support (19 stars).
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.