Infraveil Control Plane for Zed
io.github.infraveilhq/control-plane
Govern your backend control plane from your AI agent - signed, human-approval-gated.
client:Zed
transport:stdio
runtime:pypi
Install Infraveil Control Plane in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"control-plane": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs