Skip to content
Cursor

Prolog Reasoner for Cursor

io.github.rikarazome/prolog-reasoner

SWI-Prolog as a logic calculator for LLMs

client:Cursor transport:stdio runtime:pypi

Install Prolog Reasoner in Cursor

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

{
  "mcpServers": {
    "prolog-reasoner": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "prolog-reasoner"
      ]
    }
  }
}

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

Prolog Reasoner in other clients