Skip to content
Zed

ReasonGate for Zed

io.github.cgrtml/reasongate

Provenance gateway for stdio MCP servers: blocks tool calls fed by untrusted tool results.

client:Zed transport:stdio runtime:pypi

Install ReasonGate in Zed

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

{
  "context_servers": {
    "reasongate": {
      "command": "uvx",
      "args": [
        "reasongate"
      ]
    }
  }
}

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

ReasonGate in other clients