Skip to content
Cursor

gonzalgo for Cursor

io.github.vince-gonzalez/gonzalgo

Reports what a checked Lean 4 or Metamath proof rests on: inherited sorry, compiler trust, axioms.

client:Cursor transport:stdio runtime:pypi

Install gonzalgo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gonzalgo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gonzalgo"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gonzalgo in other clients