Skip to content
JevDirectory.org
CommunityTools & Integrations201 starsVerified 2026-09-22

Jev Review

A local-first MCP server that gives Claude Code, Codex, Cursor, and OpenCode structured quality scores from Jev across correctness, complexity, tests, security, and other dimensions while the agent writes code.

Category
Tools & Integrations
Published by
Community
Author
NiazMorshed2007
Added
2026-09-22
Tagscommunitytypescriptmcpcoding-agentclaude-codecodex

Highlights

  • One focused MCP tool, jev_review, runs as a local Node.js process over stdio; there is no hosted backend, database, or telemetry service.
  • Jev returns typed Score, Choice, and Noul decisions, which the server converts into dimension metrics, confidence levels, and previous-evaluation comparisons.
  • There is deliberately no blended 82/100 score; changes are reported per dimension, such as Readability 6.3 to 8.1.
  • The coding agent stays responsible for diagnosing weaknesses and editing code; Jev only supplies the scalar signal.
  • Install from GitHub with npx plugins add; manual MCP configuration is documented for all four clients.

Quickstart

bash
export JEV_API_KEY="YOUR_API_KEY"
npx plugins add NiazMorshed2007/jev-review

Watch out

MIT-licensed. Needs Node.js 20+, a Jev API key, and one of the four supported clients; review context (task, diff, files, repositoryContext) is sent to TypeSafe's API, which enforces roughly a 32,768-token state ceiling.

More like this

140GitHub stars
A local gateway for coding agents that asks Jev which tool to call each turn and steers the LLM when Jev is confident, while every other request goes to your usual provider untouched.
Tools & Integrations#community#typescript#gateway
Communityjev-gateway
63GitHub stars
A Jev-guided context compaction library for coding agents: instead of summarizing old context, Jev decides which tool calls and results still matter while user and assistant text is kept verbatim.
Tools & Integrations#community#typescript#compaction
22GitHub stars
An experimental local context-pruning proxy for Claude Code and Codex that asks Jev, through the Vercel AI Gateway, which history spans to omit, then forwards a rewritten request with omission markers.
Tools & Integrations#community#typescript#compaction
Communityyoshi
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing

Screening agent actions with Jev

Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor. Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.

Image
Image
Image
Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

Cua's small System One models

A 706K-parameter form filler

cua open sourced a 706k param model that fills a whole form in one 50ms pass the llm agent doing the same form took 23 turns and 39.6 seconds the specialists are going to eat the generalists from the bottom

Cua
Cua
@trycua

1/ Introducing CUA-S1: a family of System One Models, small, specialized, and built for computer use. Today we're open-sourcing CUA-S1-FORMS, the first in the family: github.com/trycua/cua

Image
Reply