Skip to content

Grounded Reasoning for Zed

io.github.alexaquarius/grounded-reasoning

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

client:Zed transport:stdio runtime:pypi

Install Grounded Reasoning in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Grounded Reasoning in other clients