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 mcpRelated MCP servers
REA
Active
Reverse engineer anything from your terminal or agent with one CLI and MCP server.
357
View repository →TypeScript
MIT
Flameox
Active
Local runtime evidence for coding-agent performance and reliability investigations
34
View repository →Python
MIT
LeanToken
Active
Token-bounded repository context for coding agents over MCP.
19
View repository →Rust
Apache-2.0