Agent♥︎Age
Catalog

Tidewave Rails

Official

by tidewave-ai · Ruby

Runtime-level MCP server for Rails development: run code, read logs, query the DB, read docs.

Tidewave Rails MCP Server

Tidewave Rails (io.github.tidewave-ai/tidewave-rails) is a runtime-level MCP server for developing Ruby on Rails apps with coding agents. It enables agents to interact with a running Rails app during development by executing code, reading logs, querying a development database, locating classes and methods’ source, and reading docs pinned to the app’s gem versions.

🛠️ Key Features

  • Execute code in the context of the running Rails app
  • Read the app’s live logs
  • Query the development database
  • Get source locations of classes and methods
  • Read documentation pinned to exact gem versions

🚀 Use Cases

  • Agent-driven Rails development against a live development environment
  • Debugging and diagnostics using live logs
  • Data inspection via the development database
  • Navigating code locations and gem-specific documentation

⚡ Developer Benefits

  • Tight coupling to the running app runtime
  • Version-accurate documentation based on the app’s gem dependencies
  • Better developer context for agents (logs, DB queries, source locations)

⚠️ Limitations

  • Described as runtime-level for Rails development (development focus; no production scope stated)