maquina-app/rails-mcp-server
A 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.
Platform-specific configuration:
{
"mcpServers": {
"rails-mcp-server": {
"command": "npx",
"args": [
"-y",
"rails-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...