Skip to content
JevDirectory.org
EcosystemModel Context Protocol server

MCP server

A server that exposes Jev to coding agents as a tool through the Model Context Protocol, usually one evaluate call.

Category
Ecosystem
Also known as
Model Context Protocol server
Related terms
3
Directory entries
33
Docs
docs.typesafe.ai
Added
2026-09-24

Definition

MCP servers put Jev inside agent environments. Typesafe MCP is a single-binary Go server exposing one evaluate tool for Noul, Choice, and Score questions with one-command registration for Claude Code, Claude Desktop, and Codex; jkudish-jev-mcp and others take similar approaches.

They are the most common way Jev reaches a coding loop without the agent writing SDK glue, and they pair naturally with the agent skill that teaches good question structure.

Tagsagentstools

From the directory

303GitHub stars
A single-binary Go MCP server exposing one evaluate tool for noul, choice, and score questions, with one-command registration for Claude Code, Claude Desktop, and Codex.
Tools & Integrations#community#go#mcp
340GitHub stars
An MCP server exposing ten Jev judgment tools, including verify, screen, find, rerank, classify, review, and gate, each returning typed probabilities in roughly 150 to 500 ms.
Tools & Integrations#community#typescript#mcp
2.1kGitHub stars
Drop-in skill for Claude Code, Codex, and other agent environments that teaches the right way to structure states and questions.
Tools & IntegrationsDocs#official#agent#skill
70GitHub stars
A Python toolkit that puts Jev, Laya, or Cua-S1 at the center of browser, computer-use, robotics, and game agents, with a CLI and an MCP server.
Repos & SDKs#community#python#agents
Say the moment and get reaction GIFs: Jev picks a reaction and literal subjects, then scores a KLIPY shortlist of up to 30 candidates from titles and tags.
Tools & IntegrationsPlayground#community#playground#gifs
Community
A git host for agents where every push and pull request gets a typed Jev review, every branch move a signed certificate, and sites deploy from a repo.
Tools & IntegrationsPlayground#community#playground#code-review
Community

27 more matching entries in the full directory.

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Tool calling as classify plus action, back to twelve-factor agents

jev is the best excuse you could possibly have to go re-read 12 factor agents. Tool calling itself can be decomposed into classify+action, if you learn to design ai programs as pipelines that switch breathlessly between classification, structuring data, deterministic code, AND Show more

Dillon Mulroy
Dillon Mulroy
Cloudflare
@dillon_mulroy

i think jev is resonating with devs so well b/c it unlocks so many opportunities for composing ai into systems and products rather than ai _becoming_ the product/system really does feel like it was a missing primitive

Reply

Why Jev encodes a state and outputs distributions instead

Jev is one of the more interesting model launches I have seen recently because it asks a very simple question: Why are we using autoregressive LLMs as insanely expensive if statements inside software? The easiest way to think about it is: LLM: text -> generate tokens Show more

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

How the agent stack moved in Jev's first three days

Jev plays Doom at ~10 calls/sec for ~$7/hour

Jev plays Super Mario Bros.

LLMs generate answers, Jev makes decisions

this is the easiest way to understand Jev: LLMs generate answers. Jev makes decisions. that sounds like a small difference, but it actually changes the entire use case. say you give a normal LLM this: “here’s a user, their account history, payment behavior, support chats, Show more

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