Connects to a MySQL binlog index (built by the Bintrail CLI) and exposes query, recover, and status tools so Claude can search row-level change history and generate reversal SQL. Useful when you need to investigate what changed in production, who made a specific update, or generate point-in-time recovery scripts without manually writing SQL against the binlog_events table. The server is read-only and works with Bintrail's streaming or file-based indexing modes. Ships with the main Bintrail distribution and can run via the Claude Connector (with the MCP Gateway) or locally through go run. Requires an existing Bintrail index database, it doesn't stream binlogs directly.
claude mcp add --transport http com.dbtrail-dbtrail https://api.dbtrail.com/mcp