Infraveil Control Plane for Cursor
io.github.infraveilhq/control-plane
Govern your backend control plane from your AI agent - signed, human-approval-gated.
client:Cursor
transport:stdio
runtime:pypi
Install Infraveil Control Plane in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs