Skip to content
Cursor

Grounded Reasoning for Cursor

io.github.alexaquarius/grounded-reasoning

Verify multi-hop relational claims before an agent asserts them — zero tokens, with proof paths.

client:Cursor transport:stdio runtime:pypi

Install Grounded Reasoning in Cursor

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

{
  "mcpServers": {
    "grounded-reasoning": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "grounded-reasoning"
      ]
    }
  }
}

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

Grounded Reasoning in other clients