letmediff opens a shareable URL for a curated review of your agent changes. You read the change, scrub the files, leave top-level or line-specific feedback, and the coding session keeps moving while you put the phone down. Diffs are ephemeral: stored for 15 minutes max.
The letmediff MCP snapshots the working tree, posts the diff, and the session waits. No polling, no copy-paste, no chat-thread archaeology.
{
"letmediff": {
"command": "npx",
"args": ["-y", "letmediff"]
}
}A review experience specifically built for agent checkpoints. It's not just git. The agent decides how to best show you their changes.
The sticky feedback sheet stays in reach as you scroll the diff. Leave a session note, or tap a line and attach the comment exactly where it belongs. letmediff carries checkpoint, file, and line context back to the agent.
Feedback returns to the same MCP session over a kept-open channel. Rinse and repeat until your feature is complete.
why a separate surface
Reviewing the code is the real bottleneck. letmediff tries to build a review experience where agent and human actually cooperate. It's also specifically optimized for mobile so that you can review your code even while working from your phone.
Add the MCP server with mcp-add, then keep using your coding agent normally.
The agent can create several checkpoints, publish one review URL that contains all of them,
then call a wait tool so it stops until you finish reviewing in letmediff.
npx mcp-add --name letmediff --type stdio --command "npx -y letmediff" --scope project