Stats
Actions
Tags
From pair-review
Runs locally as a subprocess to provide pair review tools for collaborative code review and feedback in Claude Code.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pair-review": {
"command": "npx",
"args": [
"@in-the-loop-labs/pair-review",
"--mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub in-the-loop-labs/pair-review --plugin pair-review