Infraveil Control Plane for Grok
io.github.infraveilhq/control-plane
Govern your backend control plane from your AI agent - signed, human-approval-gated.
client:Grok
transport:stdio
runtime:pypi
Install Infraveil Control Plane in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"control-plane": {
"type": "stdio",
"command": "uvx",
"args": [
"infraveil-mcp"
],
"env": {
"INFRAVEIL_BASE_URL": "<INFRAVEIL_BASE_URL>",
"INFRAVEIL_CLIENT_ID": "<INFRAVEIL_CLIENT_ID>",
"INFRAVEIL_AGENT_ID": "<INFRAVEIL_AGENT_ID>",
"INFRAVEIL_AGENT_TOKEN": "<INFRAVEIL_AGENT_TOKEN>",
"INFRAVEIL_AGENT_FILE": "<INFRAVEIL_AGENT_FILE>",
"INFRAVEIL_VERIFY_RESPONSES": "<INFRAVEIL_VERIFY_RESPONSES>"
}
}
}
}
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