/ Annuaire / Playground / Multi-LLM Code Review MCP
● Communauté praneybehl ⚡ Instantané

Multi-LLM Code Review MCP

par praneybehl · praneybehl/code-review-mcp

MCP for code reviews using OpenAI + Google models inside Claude Code.

MCP for code reviews using OpenAI + Google models inside Claude Code.

Démo en direct

Aperçu en pratique

code-review-mcp-praneybehl.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "code-review-mcp-praneybehl": {
      "command": "npx",
      "args": [
        "-y",
        "code-review-mcp-praneybehl"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "code-review-mcp-praneybehl": {
      "command": "npx",
      "args": [
        "-y",
        "code-review-mcp-praneybehl"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "code-review-mcp-praneybehl": {
      "command": "npx",
      "args": [
        "-y",
        "code-review-mcp-praneybehl"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "code-review-mcp-praneybehl": {
      "command": "npx",
      "args": [
        "-y",
        "code-review-mcp-praneybehl"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "code-review-mcp-praneybehl",
      "command": "npx",
      "args": [
        "-y",
        "code-review-mcp-praneybehl"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "code-review-mcp-praneybehl": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "code-review-mcp-praneybehl"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add code-review-mcp-praneybehl -- npx -y code-review-mcp-praneybehl

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Multi-LLM Code Review MCP

Get started with Multi-LLM Code Review MCP

Quand l'utiliser : When you want to bring Multi-LLM Code Review MCP into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Multi-LLM Code Review MCP to help me with a task.✓ Copié

Résultat : Claude can interact with Multi-LLM Code Review MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills