Skip to content
Grok

Palveron Governance Gateway for Grok

io.github.palveron/governance-gateway

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

client:Grok transport:stdio runtime:npm

Install Palveron Governance Gateway in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Palveron Governance Gateway in other clients