0360GitHub
jev-review MCP plugin
Local-first continuous software-quality review for coding agents.
NiazMorshed2007/jev-reviewREADME ↗
# Jev Review <div align="center"> **Continuous software-quality review for AI coding agents, powered by [Jev](https://typesafe.ai/).** [](LICENSE) [Quick start](#quick-start) · [Client setup](#client-setup) · [Quality dimensions](#quality-dimensions) · [Security](#security-and-privacy) </div> Jev Review runs as a local MCP server and gives Claude Code, Codex, Cursor, and OpenCode structured quality scores while they work. Your coding agent remains responsible for diagnosing weaknesses and changing the code; Jev supplies a fast scalar signal across correctness, complexity, changeability, modularity, tests, security, and other independent quality dimensions. > [!IMPORTANT] > **Your API key stays on your machine.** Jev Review has no hosted backend, database, telemetry service, or author-operated proxy. The only remote request is sent directly to the configured Jev API. ## Demo <p align="center"> https://github.com/user-attachments/assets/0ff9f873-0652-4826-af3d-6bb4f42c70b1 </p> ## At a glance | | | | --- | --- | | **Purpose** | Continuous, structured software-quality evaluation | | **Supported clients** | Claude Code, Codex, Cursor, OpenCode | | **Distribution** | This GitHub repository—no npm publication | | **Runtime** | Local Node.js process over MCP stdio | | **Remote access** | Direct requests to Jev using your API key | | **MCP tools** | One focused tool: `jev_review` | | **Code changes** | Always performed by the primary coding agent | ## Quick start Requirements: - Node.js 20 or newer - A Jev API key from the [TypeSafe console](https://console.typesafe.ai/) - Claude Code, Codex, Cursor, or OpenCode Set your API key before starting the coding agent: ```bash export JEV_API_KEY="your-key" ``` Install Jev Review directly from GitHub—no npm pu