mcpbeat Sign in

Jev MCP Server

local only

Jev runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Jev judgments for agents: injection scanning, shell risk gating, ranking

Installs / week
pypi · jev-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
License
Python

Nothing serious here today

Today is the operative word: we check Jev every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jev -- uvx jev-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jev": {
      "args": [
        "jev-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jev]
command = "uvx"
args = ["jev-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jev": {
      "args": [
        "jev-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jev": {
      "args": [
        "jev-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TYPESAFE_API_KEY (TypeSafe API key used for Jev judgments). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Jev

same job, measured the same way
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
Cloakcheck
by vercel-cloakcheck-wheat

Scan a page for hidden prompt-injection payloads targeting AI agents.

1 tools answering
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

34 installs/wk local only
Draugr
by draugr

Security scanning for AI agents: SAST, SCA, secrets, IaC, DAST, ranked by real risk.

local only
Heimdall
by caglarbozkurt

Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.

38 installs/wk local only
Bias Detection MCP
by csoai-org

AI bias detection and fairness assessment for AI agents. Instant bias risk scan, demographic ana...

388 installs/wk local only
Shellward
by jnmetacode

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

307 installs/wk local only
1Claw Vault
by 1clawai

HSM-backed vault secrets for AI agents (JIT fetch) plus prompt-injection and threat scanning.

1 236 installs/wk local only

Jev — questions

Answers built from our own checks of this server.

Why is there no uptime for Jev?
Jev runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package jev-mcp.
How do I connect Jev?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls jev-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Jev open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.