subelsky/bundler_mcp
Enables agents to query local information about dependencies in a Ruby project's `Gemfile`.
Quick Start
Clone the repository:
git clone https://github.com/subelsky/bundler_mcpClaude Desktop configuration example:
{
"mcpServers": {
"bundlermcp": {
"command": "npx",
"args": [
"-y",
"subelsky/bundler_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.