PluginBench
MCP Server
Active
MIT

Jacobian MCP Server

io.github.morluto/jacobian

What is the Jacobian MCP server?

Executable mathematics and independent verification for AI agents.

How to install Jacobian

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jacobian": {
      "command": "npx",
      "args": [
        "-y",
        "jacobian",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "jacobian": {
      "command": "npx",
      "args": [
        "-y",
        "jacobian",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "jacobian": {
      "command": "npx",
      "args": [
        "-y",
        "jacobian",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "jacobian": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jacobian",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add jacobian -- npx -y jacobian mcp

Related MCP servers

REA

Active

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

357
TypeScript
MIT
View repository →

Flameox

Active

Local runtime evidence for coding-agent performance and reliability investigations

34
Python
MIT
View repository →

LeanToken

Active

Token-bounded repository context for coding agents over MCP.

19
Rust
Apache-2.0
View repository →

Local-first GitHub contribution research workbench

3
Go
MIT
View repository →