Give your agent
the full picture.
Bring screenshots, recorded flows and UI findings into the conversation. Less guessing. A clearer path to the fix.
Connect your agent.
claude mcp add --transport http diffraction https://app.diffraction.sh/mcpRun this command, then open /mcp in Claude Code and authenticate Diffraction.
Or start in
your terminal.
Download evidence, follow a review or check local changes before a commit. One executable for macOS and Linux.
curl -fsSL https://api.diffraction.sh/cli | bashInstalls into ~/.local/bin. Add it to your PATH if prompted. No Node.js, npm or sudo required.
diffraction login --access read-only
diffraction repositories --jsonReview local changes
Inspect the manifest first. Running without --dry-run uploads your source and requests a paid review. Replace REPOSITORY_ID with an ID from your repository list.
diffraction review-local --repo REPOSITORY_ID --dry-runSee the issue
Bring findings, screenshots and recorded browser steps into the conversation. Timestamped comments give models context even without video input.
Follow the review
Find repositories, inspect review history and follow a run from queued to complete. Request a new review when you choose.
Go deeper
Read captured performance, accessibility, SEO and link health results. Update company rules and project context with the right permissions.
Start with
a better question.
Ask for the evidence behind a finding, then work through the fix. The agent guide covers every tool and permission.
Read the agent guideUse Diffraction to inspect the latest review for this repository. Read its findings and timestamped comments, then fetch the relevant screenshots and steps. Explain what needs fixing, with links to the evidence. Do not start a paid review or change settings without my request.The guide is also available inside MCP at diffraction://guide.
A few useful answers.
Do I need to install the CLI to use MCP?
No. The MCP server is hosted. Connect your client to the server URL and sign in. The CLI is a separate way to use Diffraction from your terminal.
Which permissions does a connection have?
Choose Read only or Read & write on the WorkOS consent screen. Read & write allows requests and settings changes only where your workspace role permits them. Workspace admins can require every CLI and MCP connection to remain read-only.
Does connecting spend review credits?
Connecting and reading existing evidence do not create reviews. Requesting a new review uses your workspace’s review credits and spending limits.
Can the CLI review uncommitted changes?
Yes. Start with review-local --dry-run to inspect the source manifest. Tracked working-tree changes are included; select untracked files explicitly with --include. Uploading local source does not create or push a GitHub PR.
Which systems can install the CLI?
The self-contained installer supports macOS and glibc Linux on Apple Silicon/ARM64 and x64. It does not require Node.js, npm or sudo. Windows and Alpine Linux are not supported by this installer.