Sovereign Gateway for Grok
io.github.mattijsmoens/sovereign-mcp-gateway
Gating proxy for MCP servers: policy, verification and one audit trail across upstreams.
client:Grok
transport:stdio
runtime:pypi
Install Sovereign Gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sovereign-mcp-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"sovereign-mcp-gateway"
]
}
}
}
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