Skip to content
VS Code

Code Review Analyst for VS Code

io.github.j0hanz/code-review-analyst

Gemini-powered MCP server for code review analysis.

client:VS Code transport:stdio runtime:npm

Install Code Review Analyst in VS Code

.vscode/mcp.json

{
  "servers": {
    "code-review-analyst": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-review-analyst-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Code Review Analyst in other clients