How to implemement a MCP Server on Ruby on Rails
On this article I do not explain step by step the process for creating and MCP server on rails, instead I do gather or explour resources to help us to achieve our goal.
The community of Model Context Protocol has created a gem to manage MCP on Rails, so we can use it.
- Official Ruby SKD for the Model Context Protocol Below there is a Youtube video from Pawel Strzalkowski on the Ruby On rails Channel explaining how to havea Rails ready for AI:
- Paweł Strzałkowski - Make Rails AI-Ready by Design with the Model Context Protocol
The video explain that MCP servers should NOT be only CRUD actions, but in ther pawel invite us to start with CRUD actions and enhacne or extend tools as we go an learn.