mcpbeat Sign in

Jacobian MCP Server

local only

Jacobian runs on your own machine — the client starts it, so there is no endpoint to ping. 352 installs a week from npm. Last commit 17 Sep 2026.

Executable mathematics and independent verification for AI agents.

Installs per day peak 299 · avg 30 · +561% w/w
a month agotoday
352
Installs / week
npm · jacobian
192
Stars
124 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/jacobian.cjs:1
этот файл ставится пользователю, но в репозитории его нет
  const child = spawn(
        return subprocess.Popen(
            environment=dict(os.environ),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 jacobian -- npx -y jacobian
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jacobian": {
      "args": [
        "-y",
        "jacobian"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jacobian]
command = "npx"
args = ["-y", "jacobian"]
.cursor/mcp.json
{
  "mcpServers": {
    "jacobian": {
      "args": [
        "-y",
        "jacobian"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jacobian": {
      "args": [
        "-y",
        "jacobian"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Jacobian

same job, measured the same way
I
AegisAI
by kadopi

Paid pre-execution risk verification for AI agents over MCP and x402.

17 tools answering
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
WORKS Public Verifier
by dyzcode

Independent static verification for exact immutable public GitHub commits.

3 tools answering
Mailsink
by heocoi

Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.

28 installs/wk local only
Best Tempmail MCP
by mbilalawan926-sys

Disposable email inboxes for AI agents: create, wait for mail, extract verification codes

335 installs/wk local only
Second Opinion
by secondopinionx402

Adversarial verification for AI agents - pay an independent skeptic per verdict in USDC via x402.

6 tools answering

Jacobian — questions

Answers built from our own checks of this server.

Why is there no uptime for Jacobian?
Jacobian 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 npm package jacobian was installed 352 times last week.
How do I connect Jacobian?
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 jacobian straight from npm; nothing to host, nothing to sign up for.
How many people use Jacobian?
The npm package jacobian was installed 352 times in the last week. Week over week that is +561%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jacobian open source?
Yes — it is published under the MIT licence, written in Python, 192 stars on GitHub and 124 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.