RRails MCP ServerA Ruby gem implementation of a Model Context Protocol (MCP) server for Rails projects. This server allows LLMs (Large Language Models) to interact with Rails projects through the Model Context Protocol.

mcp-so:rails-mcp-server_maquina-app

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 18, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
Cargo or gem install from remote
L22

Detects cargo install or gem install fetching packages from remote registries

gem install r
FIX

Pin Cargo/Gem packages to specific versions (e.g., cargo install tool@0.1.0, gem install tool -v 1.2.3). Use lock files for reproducibility.

FP?

Likely FP if the matched text is a very short fragment (3 words or fewer) or uses placeholder package names.