Connect your agent

ReviewLoop is an MCP server. Point whatever you code with at it, and your client’s feedback shows up where you already work.

.mcp.json (in your project)

{
  "mcpServers": {
    "reviewloop": {
      "type": "http",
      "url": "https://<your mcp service>.up.railway.app"
    }
  }
}
or run npx reviewloop connect

The first call opens your browser to approve the connection. You choose the scopes, and you can narrow a connection to a single project.

Then just ask

apply round 1 from ReviewLoop

Your agent reads the changeset, makes the changes in dependency order, writes a plain-language note for each one, and asks your client directly when something is genuinely ambiguous. It can never deploy.