Jacobian MCP Server

English · 简体中文 Jacobian An executable mathematical vocabulary for agents: discover one typed operation, run it, and compose its result. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 62 · #22 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Jacobian

Claude Code

claude mcp add morluto-jacobian -- npx -y jacobian

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "morluto-jacobian": {
      "command": "npx",
      "args": [
        "-y",
        "jacobian"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-23 - young repo, little track record yet

license MIT - declared in the repository

npm package jacobian - unscoped; check the name against the project README before installing

registry namespace io.github.morluto is GitHub-verified and matches the repo owner

03 · What Jacobian can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

jacobian-v0.13.0 · 2026-08-20

0.13.0 (2026-08-20) · add bounded Arb expression enclosures · markov-chain: add exact bounded mixing time · add algebraic topology operations (#1878) · add chip-firing domain with Laplacian and vertex firing (#1741)…

jacobian-v0.12.0 · 2026-08-13

0.12.0 (2026-08-13) · add actionable checker diagnostics · add exact finite polynomial map values · add exact finite-field semantic values · add verified real-quadratic order · bind complete projective lines as values…

jacobian-v0.11.0 · 2026-08-11

0.11.0 (2026-08-10) · verify polynomial-coefficient recurrences · harden Jacobian evaluation evidence · validate release branch updates · repair onboarding setup flow · honor selected npm gates and core setup profile…

04 · Who maintains Jacobian

Jacobian is maintained by morluto. We track 5 MCP servers from morluto - 5 actively maintained, 495 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from morluto.

  1. REA Reverse engineer anything from your terminal or agent with one CLI and MCP server. ★ 372
  2. Flameox Local runtime evidence for coding-agent performance and reliability investigations ★ 35
  3. gitcontribute Local-first GitHub contribution research workbench ★ 3
  4. LeanToken Token-bounded repository context for coding agents over MCP. ★ 23

05 · Facts

category
automation - ranked #22 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
io.github.morluto/jacobian (active, first published 2026-08-01 · 5 versions)
packages
npm:jacobian

06 · Jacobian FAQ

What is Jacobian?

English · 简体中文 Jacobian An executable mathematical vocabulary for agents: discover one typed operation, run it, and compose its result. It runs locally over stdio via the published package.

Is Jacobian still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Jacobian?

Run `npx -y jacobian`. You can also paste the ready-made client config above.

Does Jacobian run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Jacobian