MCP server for mandatory peer review between coding assistants like Claude Code, Codex, Gemini, and other CLI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"code-assistant-peers": {
"command": "npx",
"args": [
"-y",
"AnamKwon/code-assistant-peers"
]
}
}
}
Run in terminal:
claude mcp add code-assistant-peers npx -y AnamKwon/code-assistant-peers
Add to .cursor/mcp.json:
{
"mcpServers": {
"code-assistant-peers": {
"command": "npx",
"args": [
"-y",
"AnamKwon/code-assistant-peers"
]
}
}
}