Jacobian MCP Server

Executable mathematics and independent verification for AI agents.

Remote serverstreamable-httpPython

What is the Jacobian MCP server?

Jacobian MCP server exists for a simple reason — assistants are far more useful when they can act on Jacobian directly instead of describing what you should do. Executable mathematics and independent verification for AI agents.

What you get

Executable mathematics for agents. Evidence an independent checker can replay.

What the assistant can call

Once Jacobian is connected, these are the calls the assistant has available:

  • Stage — Output
  • Claim — F is injective
  • Search — A candidate witness (F, p, q)
  • Record — Bind the checked collision to the original claim and checker identity
  • Domain — Agent-visible outcomes
  • Graphs — Construct and inspect graphs, enumerate paths, realize degree sequences, test isomorphism, search colorings
  • Polytopes — Compute convex combinations and linear separations
  • Lean — Discover declarations, retrieve premises, inspect proof states, and check proofs in pinned environments

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Jacobian's toolset — Stage, Claim, Search and 5 more — is a fair guide to whether it matches your workflow. It is maintained by morluto; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the jacobian mcp server does with a few real requests.

Available tools

ToolWhat it does
StageOutput
ClaimF is injective
SearchA candidate witness (F, p, q)
RecordBind the checked collision to the original claim and checker identity
DomainAgent-visible outcomes
GraphsConstruct and inspect graphs, enumerate paths, realize degree sequences, test isomorphism, search colorings
PolytopesCompute convex combinations and linear separations
LeanDiscover declarations, retrieve premises, inspect proof states, and check proofs in pinned environments

How to install the Jacobian MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Jacobian to Stage.
  • Use Jacobian to Claim.
  • Use Jacobian to Search.

Frequently asked questions

It connects Jacobian to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Stage, Claim, Search, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jacobian directly.