ValterAndrei/rails-mcp-playground
Rails application that implements an MCP server via JSON-RPC, providing endpoints to list and invoke “tools” (Post CRUD, etc.).
This project helps developers integrate large language models (LLMs) with existing Ruby on Rails applications. It provides a structured way for an LLM to discover and use predefined functions (like creating or managing blog posts) within your application. The input is a request from an LLM to perform an action, and the output is the execution of that action within your Rails app. This is for software developers building AI-powered features into their Rails applications.
Use this if you are a developer looking to enable an LLM (like ChatGPT or a local model) to interact directly with and control specific functionalities within your Ruby on Rails application.
Not ideal if you are not a developer and are looking for an off-the-shelf application to solve a business problem, or if you don't use Ruby on Rails.
Stars
5
Forks
1
Language
Ruby
License
—
Category
Last pushed
Jan 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/ValterAndrei/rails-mcp-playground"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mksglu/context-mode
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
dynatrace-oss/dynatrace-mcp
MCP server for Dynatrace Observability
tjp2021/mcp-thinkgate
MCP server that auto-classifies prompt complexity and routes to the right Claude thinking mode
olederkach/business-central-mcp-server
MCP server for Microsoft Dynamics 365 Business Central — use via npx or deploy on Azure
AndyLiner13/ts-mcp-server
TypeScript MCP server for AI-powered refactoring. Rename symbols, extract functions, move...