MCP server for Jef, a model that decides instead of generating. Hosted, no key. A parody of TypeSafe AI's Jev.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add jef-mcp -- npx -y jef-mcp{
"mcpServers": {
"jef-mcp": {
"command": "npx",
"args": ["-y", "jef-mcp"]
}
}
}MCP Servers overview
# Jef MCP
An MCP server for a model that decides instead of generating.
Jef never produces text. Every answer is one of the options you supplied, a number from
1 to 10, a yes or no, or a flag, with a confidence between 84% and 99%. It reads 0 tokens
of your input, because it hashes it rather than reading it. It stores nothing, costs
nothing, and returns the same answer for the same input forever.
It is a parody of [TypeSafe AI's](https://typesafe.ai) real decision model, Jev, and it is
labelled as one everywhere. If you want to understand the real thing, we wrote a straight
explainer for it: [What is Jev?](https://typosafe.lol/jev)
## Connect
The server is hosted. Nothing to install, no key, no account.
```
https://typosafe.lol/mcp
```
Claude Code:
```bash
claude mcp add --transport http jef https://typosafe.lol/mcp
```
Anything that reads a config file:
```json
{
"mcpServers": {
"jef": { "type": "http", "url": "https://typosafe.lol/mcp" }
}
}
```
Or find it in the [official MCP registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=lol.typosafe/jef)
as `lol.typosafe/jef`, or on [Smithery](https://smithery.ai/servers/typosafe/jef) as `typosafe/jef`.
## Tools
| Tool | Ask it | Get back |
|---|---|---|
| `jef_yes_no` | A yes-or-no question | `YES` or `NO` |
| `jef_pick` | 2 to 5 options | One of them, plus a probability for each |
| `jef_score` | Something to rate | 1 to 10 |
| `jef_rank` | 2 to 5 options | Them, in order |
| `jef_flag` | A described behaviour | `RED FLAG`, `GREEN FLAG` or `BEIGE FLAG` |
Every result carries a `structuredContent` object with the answer, the confidence, the
probability for each option, and two booleans that matter more than the answer does.
## Two things an agent must handle
**`escalated: true`** means the question touched health, harm, money, law or safety. The
content is `ESCALATED TO A HUMAN` and confidence is 0. Tell the person to ask a human. Do
not rephrase the question to get a different answer.
**`blocked: true`** means the input contained profanity, slurs or sexual content. The
content is `NOT EVALUATED`, nothing was stored, and nothing is echoed back. Do not retry.
Both checks run on normalised text, so leetspeak, dotted letters and stretched spellings
are caught, and both cover English, Spanish, Portuguese, Japanese and Chinese.
Beyond that: Jef is a parody and its answers are deliberately arbitrary. Present them as a
confident arbitrary choice, which is what the user asked for, and never as advice.
## Run it yourself
```bash
npx jef-mcp # MCP over stdio, what most clients spawn
```
Or from source:
```bash
git clone https://github.com/SPFreedom/jef-mcp.git
cd jef-mcp
node src/stdio.js # stdio transport
node src/server.js # http://localhost:8787/mcp
node test.js # smoke test, no network
```
As a local stdio server in a client config:
```json
{
"mcpServers": {
"jef": { "command": "npx", "args": ["-y", "jef-mcp"] }
}
}
```
The hosted URL needs no install. This one runs entirely offline, which is possible
because the whole model is 331 lines and reads nothing.
Zero dependencies. `src/jef.js` is the whole model, and `src/handler.js` is the exact
handler running at typosafe.lol/mcp.
## Why the joke works
Every other MCP server is a wrapper around something that does work. This one wraps a
32-bit hash and a lookup table, and is honest that it never reads your input. It is
stateless, so there is no session to establish and nothing to resume, which is the one
part of MCP it implements better than most.
Related: [`npx typosafe`](https://www.npmjs.com/package/typosafe) is the same model on the
command line, where the exit code is the decision.
## Docker
```bash
docker build -t jef-mcp .
docker run -i --rm jef-mcp # stdio, nothing exposed
```
The build runs the test suite, so a broken image cannot be produced. Nothing is
installed, because there is nothing to install.
## License
MIT. The model is 331 lines. Read it.
What people ask about jef-mcp
What is SPFreedom/jef-mcp?
+
SPFreedom/jef-mcp is mcp servers for the Claude AI ecosystem. MCP server for Jef, a model that decides instead of generating. Hosted, no key. A parody of TypeSafe AI's Jev. It has 0 GitHub stars and its last recorded update is dated 2026-09-19.
How do I install jef-mcp?
+
You can install jef-mcp by cloning the repository (https://github.com/SPFreedom/jef-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is SPFreedom/jef-mcp safe to use?
+
Our security agent has analyzed SPFreedom/jef-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains SPFreedom/jef-mcp?
+
SPFreedom/jef-mcp is maintained by SPFreedom. The last recorded GitHub activity is dated 2026-09-19, with 0 open issues.
Are there alternatives to jef-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy jef-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/spfreedom-jef-mcp)<a href="https://claudewave.com/repo/spfreedom-jef-mcp"><img src="https://claudewave.com/api/badge/spfreedom-jef-mcp" alt="Featured on ClaudeWave: SPFreedom/jef-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.