Odel
Grounded Reasoning

Grounded Reasoning

Local
@alexaquarius1PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgrounded-reasoningv0.1.8

Run

uvx grounded-reasoning

MCP client config

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