/ Directorio / Playground / Multi-LLM Code Review MCP
● Comunidad praneybehl ⚡ Instantáneo

Multi-LLM Code Review MCP

por 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.

Demo en vivo

Cómo se ve en la práctica

code-review-mcp-praneybehl.replay ▶ listo
0/0

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Multi-LLM Code Review MCP

Get started with Multi-LLM Code Review MCP

Cuándo usarlo: When you want to bring Multi-LLM Code Review MCP into your Claude workflow.

Flujo
  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.✓ Copiado

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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills