Skip to content
Zed

opengate mcp for Zed

io.github.nickjlamb/opengate-mcp

Check whether an AI answer is grounded in its context — deterministic, no LLM judge.

client:Zed transport:stdio runtime:npm

Install opengate mcp in Zed

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

{
  "context_servers": {
    "opengate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pharmatools/opengate-mcp"
      ]
    }
  }
}

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

opengate mcp in other clients