What it is
A Python MCP server that classifies text using JEV (TypeSafe System One) through OpenRouter's Streamable HTTP API, for Hermes and other MCP clients such as Claude Desktop and Cursor.
How it uses Jev
The README says JEV is called via OpenRouter's Streamable HTTP API to classify text into noul (yes/no), choice (multi-class), and score (sentiment/priority) decisions. It does not describe the state passed to Jev or how probabilities are consumed in code.
Primitives:choicescorenoul
Try it
python3 jev_classifier_http.py 0.0.0.0 8765, then hermes mcp add jev-http --url http://<host>:8765/mcp
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.95
- Shows a System One patternno0.24
- Handles uncertaintyno0.07
- Measuredno0.05
- Runnableyes0.98
- Worth recommendingno0.28
- Model replicano0.08
- Problem scopescore on a 0–2 scale1.15
- About Jevyes0.93
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.