Tidewave Rails
UnclaimedMCP server with runtime-level tools for Rails development
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (5)
execute_sql_query
Runs a SQL query against your app's development database and returns the rows to the agent.
get_docs
Looks up the documentation for a class, method, or constant, reading from the exact gem versions locked in your app's Gemfile.lock.
get_logs
Returns output from your running server's log.
get_source_location
Returns the file and line where a class, module, or method is defined, across both your app and its dependencies.
project_eval
Evaluates Ruby code in the context of your running application, with access to its runtime, loaded dependencies, and in-memory data, returning the result plus anything printed to standard output. It's like a Rails console for the agent.