Railagent

by railwave-labs

Not rated
GitHub

About

Provides structured workflows and tools for AI agents working with software development projects, with a specialized focus on Rails applications.

Details

Author
railwave-labs
Categories
Developer Tools

Setup

Install Railagent in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/railwave-labs/railagent

Follow the installation instructions in the repository README, then restart your MCP client.

Railagent - MCP Server for AI Agent Workflows

A Model Context Protocol (MCP) server that provides structured workflows and tools for AI agents working with software development projects, with specialized focus on Rails applications.

Railagent provides AI agents with a comprehensive workflow system for software development. It guides agents through the entire development lifecycle from requirements gathering to implementation, ensuring consistent and high-quality outcomes.
- Functional Requirements: Use the functional requirements tool to collect necessary information about the project (purpose, users, capabilities, workflows, context, edge cases)
- Product Requirements Document (PRD): Generate a complete PRD from the functional requirements, breaking down the project into features and user stories
- Feature Requirements Document (FRD): For each feature, create a detailed FRD that breaks large features into individual PR-sized units
- Task Design Document (TDD): Transform the FRD into an implementation plan with specific subtasks, where each subtask corresponds to a commit

- Skip directly to step 4 (TDD) above when you have a clear understanding of what needs to be built
- Initialize Tasks: Call the initialize tool to set up subtasks based on your TDD implementation plan (stored in.cursor/scratch/tasks/)
- Execute Tasks: Use the execute tool to work on each task individually. Each task represents exactly one commit, and the agent waits for review before committing
- Track Progress: Progress is maintained in.cursor/scratch/todo.mdwith notes and status updates

All documents and tasks are automatically stored in the.cursor/scratch/folder for easy access and organization.

- build_functional_requirements: Collects comprehensive project requirements
- build_prd: Generates Product Requirements Documents from functional requirements
- build_frd: Creates Feature Requirements Documents for specific features
- build_tdd: Breaks down features into detailed implementation plans with commit-level subtasks
- build_architecture: Generates comprehensive architecture documentation

- initialize_task: Sets up implementation subtasks from TDD plans
- execute_task: Executes individual tasks with review checkpoints

{ "mcpServers": { "Railagent": { "command": "docker", "args": [ "run", "-i", "--rm", "cestbalez/railagent:latest" ] } } }

Restart your MCP client to load the new server.

Note: The Docker image will be automatically pulled from DockerHub on first use. No manual installation or repository cloning required!

railagent/ ├── app.rb # Main application entry point ├── lib/ # Tool implementations │ ├── docs/ # Documentation tools │ └── workflow/ # Workflow management tools ├── prompts/ # Workflow prompts and templates │ ├── docs/ # Documentation workflow prompts │ └── workflow/ # Implementation workflow templates ├── Dockerfile # Docker configuration ├── Gemfile # Ruby dependencies └── README.md # This file

The easiest way to use Railagent is with the pre-built Docker image:

docker run -i --rm cestbalez/railagent:latest

If you want to contribute or modify the code:

git clone <your-repo-url> cd railagent bundle install ruby app.rb
git clone <your-repo-url> cd railagent docker build -t railagent .

- Fork the repository
- Create your feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m 'Add some amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Open a Pull Request

This project is licensed under the terms specified in the LICENSE file.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.