Blog post hero image

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.

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.