code-assistant-peers

AnamKwon/code-assistant-peers
★ 0 stars Unknown language 🤖 AI/LLM Updated 8d ago
MCP server for mandatory peer review between coding assistants like Claude Code, Codex, Gemini, and other CLI agents.
View on GitHub →

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"
      ]
    }
  }
}

README Excerpt

MCP server for mandatory peer review between coding assistants like Claude Code, Codex, Gemini, and other CLI agents.