AI assistant for web application development
Top 97.6% on sourcepulse
Tidewave for Rails is an AI-powered development assistant designed to accelerate web application development by integrating LLMs with the Rails runtime. It empowers developers to debug errors by inspecting application logs, execute SQL queries, evaluate Ruby code in context, and locate Rubygems packages directly from their editor.
How It Works
Tidewave leverages FastMCP to connect editor-based AI assistants to the Rails application runtime. This allows LLMs to interact with the application's environment, including logs, databases (supporting ActiveRecord and Sequel), and code, enabling context-aware assistance and debugging capabilities.
Quick Start & Requirements
gem "tidewave", group: :development
to your Gemfile.http://localhost:3000/tidewave/mcp
.allow_remote_access
and preferred_orm
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Tidewave is explicitly not intended for production environments and will raise an error if used as such. It requires a threaded web server like Puma.
4 days ago
Inactive