Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From pair-review
Runs locally as a subprocess to provide pair review tools for collaborative code review and feedback in Claude Code.
npx claudepluginhub in-the-loop-labs/pair-review --plugin pair-reviewCopy 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
Share bugs, ideas, or general feedback.