
Code Review Analyst
Run Gemini-backed review analysis through MCP before you merge or release so the agent surfaces risks and inconsistencies in diffs.
Overview
Code Review Analyst is a MCP server for the Ship phase that provides Gemini-backed code review analysis tools to coding agents over stdio.
What is this MCP server?
- Gemini-powered MCP server dedicated to code review analysis
- npm package @j0hanz/code-review-analyst-mcp version 1.7.6
- stdio MCP transport for agent-driven review sessions
- Pairs with Ship-phase review habits before merge or tag
- Part of j0hanz family alongside Code Assistant and Code Lens
- Server version 1.7.6 in registry metadata
- Package identifier @j0hanz/code-review-analyst-mcp
- stdio transport in published MCP server schema
What problem does it solve?
Solo shippers skim their own diffs and miss review-grade issues because chat-only critique lacks a dedicated review analysis integration.
Who is it for?
Solo builders and tiny teams who want an agent-accessible Gemini review pass in the Ship review subphase.
Skip if: Organizations that require certified static analysis, SOC2 audit trails, or review workflows with no external LLM data processing.
What do I get? / Deliverables
After registration, the agent can run review-focused MCP analysis on changes so you catch more issues before merge or release.
- MCP-configured review analysis endpoint for the agent
- Review-session tool calls backed by Gemini
- Repeatable pre-merge analysis step in your solo ship checklist
Recommended MCP Servers
Journey fit
Ship is canonical because the server is explicitly scoped to code review analysis rather than greenfield implementation. Review subphase matches pre-merge and pre-release critique workflows solo builders run without a full human review bench.
How it compares
MCP server for review analysis, not a full CI code-quality platform or a Build-phase code lens explorer.
Common Questions / FAQ
Who is Code Review Analyst for?
It is for developers who ship their own code and want MCP-backed Gemini review analysis inside Claude Code, Cursor, or similar agents.
When should I use Code Review Analyst?
Use it in Ship during review before merging PRs, tagging releases, or signing off on hotfixes when you want an extra analysis pass.
How do I add Code Review Analyst to my agent?
Install @j0hanz/code-review-analyst-mcp, add the stdio server block to your MCP config, configure Gemini API access, and restart your agent host.