Skip to content

Palveron Governance Gateway for Zed

io.github.palveron/governance-gateway

Advisory governance checks for MCP hosts; enforcement runs in the Palveron remote MCP proxy.

client:Zed transport:stdio runtime:npm

Install Palveron Governance Gateway in Zed

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

{
  "context_servers": {
    "governance-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@palveron/mcp-server"
      ]
    }
  }
}

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

Palveron Governance Gateway in other clients