Hosted MCP

Connect FriendlyReviewer directly to your coding agent.

MCP is the simplest integration path: your IDE agent can start a review, wait for results, launch a validation, and close the session.

Ask your agent to add it

Paste this prompt into Cursor, Claude Code, or another MCP-compatible coding assistant:

I want to add FriendlyReviewer as an MCP server for this project. Please configure the MCP server with this URL: https://friendlyreviewer.fr/mcp Do not add static API tokens to the config. The MCP client should use the OAuth flow exposed by the server. After setup, call fr_get_workflow first and follow the returned workflow before starting any review.

Agent configuration

Add the hosted FriendlyReviewer MCP server to your MCP configuration. Vibe coding tools that support MCP handle OAuth during the connection flow, so you should not paste static API tokens into your config.

{ "mcpServers": { "friendly-reviewer": { "url": "https://friendlyreviewer.fr/mcp" } } }

Once connected, ask your agent to call `fr_get_workflow` first. That tool returns the exact review workflow and the required stop points.

1
Connect

Add the MCP server and complete the OAuth browser flow. FriendlyReviewer does not store repository data at this stage; it only verifies that the person requesting a review is allowed to push to the project.

2
Identify

Let the agent identify the project from the repository remote URL.

3
Review

The agent starts the review, waits for comments, then proposes one consolidated correction plan.

4
Validate

After fixes, the agent starts a validation for the same review. It should not start a brand new review.