itsmostafa/system-one-connector
System One MCP connector to evaluate anything fast and cheap. Give your AI agent direct access to models like: Typesafe AI's Jev model and Laya
About the project
A Go MCP server that gives AI agents access to TypeSafe's Jev model: instead of parsing prose, the agent gets typed answers with probabilities it can branch on. One-command setup for Claude Code, Claude Desktop, Codex, and pi.
Useful for
- Register evaluate with Claude Code via the single command evaluate setup mcp
- Ask the agent whether a ticket is urgent and get a probability plus team choice
- Batch several independent questions over one state in a single evaluate call
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 2 stars so far today, about 3 expected by the end of the day.
- The repository is 8 days old and already has 303 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 303
- Today
- 2 · ≈ 3 by evening
- Forks
- 33
- Issues and pull requests
- 34
- Watchers
- 2
- Language
- Go
- License
- MIT
- Latest release
- v0.4.6 · September 25, 2026
- Created
- September 17, 2026
- Last push
- September 25, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 23, 2026Top new repositories this week: #69
- September 22, 2026Top new repositories this week: #78
- September 21, 2026Top new repositories this week: #98
- September 20, 2026Top new repositories this week: #119
- September 19, 2026Top new repositories this week: #136
- September 18, 2026Top new repositories this week: #198
Similar by description
-
2.9
razorback16/openjev
An open-source "System One" decision server on DiffusionGemma: send a state and typed questions (yes/no, choice, score) and get probabilities plus confidence in tens of milliseconds, with no text generated.…
-
1.5
kshetrajna12/reflex
An open decision model: given a state (text, JSON, or image) and typed questions, it returns calibrated probabilities over fixed answer options. Runs on top of Qwen3.5 and answers with numbers instead of free text.
-
3.9
allebee/jevk5
An open-weight alternative to TypeSafe Jev: given a state (ticket, log, policy, diff) and a yes/no, choice, or score question, it returns a probability for every option in one forward pass with zero generated tokens.…
-
3.9
receptron/laya
TypeScript wrapper for running the open-source Laya System-1 decision model via ONNX Runtime: takes a state and typed questions, returns answers with calibrated probabilities in one forward pass.
-
3.3
AnotiaWang/awesome-jev
A curated list of applications, libraries, and resources for Jev, TypeSafe's System One model that evaluates typed questions against a state and returns structured answers with probabilities.
-
1.8
mmastrac/djev
A server wrapper over vLLM for structured reads on the DiffusionGemma diffusion model: given a question schema it returns answer distributions (yes/no, choice, score, spans) and implements the Jev decision API.