Connector guide2-minute read6 MCP tools7 languages

How to Connect Jev by TypeSafe to Cursor — via MCP

Fast, cheap yes/no, classification and rating decisions for AI agents with Jev, TypeSafe's System One model: typed answers with calibrated probabilities in about 300 ms, instead of a paragraph to parse.

HCBy HelpCode teamUpdated 2 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

cursor · Jev by TypeSafe
Use Jev to triage these four tickets: urgent or not, which team, and how frustrated the customer is.
AI
Callingjev_playbookjev_ask
Payouts failing for 3 days: urgent 0.88, billing, very frustrated. App crashes on every PDF upload (German): urgent 0.90, technical, very frustrated. Annual-plan discount: urgent 0.02, sales. Thanks for the webinar: urgent 0.01, no team needed. No answer fell in the unsure band; handle the crash and the payouts first.
jev_playbookjev_yes_nojev_classifyjev_ratejev_ask+ more
  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Real prompts that work after a 4-minute setup.

Drop these into Cursor once the connector is installed. Tools listed below each prompt are auto-called by the agent.

“Use Jev to decide which of these emails need a reply today and show only the ones above 0.8.”
jev_yes_no
“Classify these tickets into billing, technical, sales or none with Jev and list the low-confidence ones.”
jev_classify
“Rate these five leads from 0 (no fit) to 3 (ideal) with Jev against our customer profile.”
jev_rate
“Ask Jev whether each pair of supplier records describes the same company.”
jev_ask

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Jev by TypeSafe in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Fast, cheap yes/no, classification and rating decisions for AI agents with Jev, TypeSafe's System One model: typed answers with calibrated probabilities in about 300 ms, instead of a paragraph to parse.

Try asking

Example prompts for Jev by TypeSafe

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

Jev by TypeSafe · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Jev by TypeSafe, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

Jev by TypeSafe + Cursor

Fast, cheap yes/no, classification and rating decisions for AI agents with Jev, TypeSafe's System One model: typed answers with calibrated probabilities in about 300 ms, instead of a paragraph to parse.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

TYPESAFE_API_KEY

Step 1 — Get credentials

Jev is a decision model, not a chat model. You give it state (the evidence) and one or more typed questions; it returns a number or an option with probabilities in about 300 ms. It never writes text. Use it when an agent needs a judgment it can branch on: is this urgent, which team owns it, how risky is it, does this reply answer the question, is this record a duplicate.

Start with jev_playbook. It costs no API call and explains how to phrase questions, what to put in state and how to read the probabilities.

Setup: create an API key at https://console.typesafe.ai and paste it into TYPESAFE_API_KEY. Jev is billed per input token (about $0.04 per million), output is free.

…(continued in the in-app connector instructions)

Step 2 — Install the adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Add the connector in Cursor

Cursor reads MCP servers from ~/.cursor/mcp.json. Add this entry:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "X-API-Key": "YOUR_MCP_API_KEY" }
    }
  }
}
  1. Get your MCP API key from AnythingMCP → MCP Servers → your server → API keys.
  2. Save the file and restart Cursor.
  3. Open Cursor → Settings → MCP to verify Jev by TypeSafe is listed and "Connected".
  4. Start chatting — all Jev by TypeSafe tools are now invokable.

Available tools

ToolWhat it does
jev_playbookSTART HERE: returns, with NO API call, how to use Jev well: which question type to pick, how to structure state, how to write the question…
jev_yes_noAsk Jev ONE yes/no question about some evidence
jev_classifyAsk Jev to pick ONE option from a set you define (routing, labelling, intent, triage)
jev_rateAsk Jev to place the evidence on an ordered scale you define (severity, lead fit, quality, sentiment)
jev_askFull Jev API: ask SEVERAL typed questions about the same state in one call (answered in parallel, state billed once)
jev_list_modelsList the Jev model names your API key can use in the model field (aliases such as jev-latest and jev-preview, with release dates)

FAQ

Does Cursor support custom MCP servers on the free tier? Yes — MCP is available on Hobby, Pro and Business plans.

Next steps

Was this guide helpful?

Your Jev by TypeSafe agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Related guides