/ Annuaire / Playground / MCP Code Review Server
● Communauté crazyrabbitLTC ⚡ Instantané

MCP Code Review Server

par crazyrabbitLTC · crazyrabbitLTC/mcp-code-review-server

MCP server for code reviews — inline feedback, compliance checks, clean-code insights.

MCP server for code reviews — inline feedback, compliance checks, clean-code insights.

Démo en direct

Aperçu en pratique

mcp-code-review-crazyrabbit.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": {
    "mcp-code-review-crazyrabbit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-code-review-crazyrabbit"
      ]
    }
  }
}

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

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

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": {
    "mcp-code-review-crazyrabbit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-code-review-crazyrabbit"
      ]
    }
  }
}

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

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

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

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

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

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

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

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

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

Cas d'usage

Usages concrets : MCP Code Review Server

Get started with MCP Code Review Server

Quand l'utiliser : When you want to bring MCP Code Review Server 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 MCP Code Review Server to help me with a task.✓ Copié

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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills