mcpbeat Sign in

Infraveil Control Plane MCP Server

local only

Infraveil Control Plane runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from pypi.

Govern your backend control plane from your AI agent - signed, human-approval-gated.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 9 · -5% w/w
a month agotoday
62
Installs / week
pypi · infraveil-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add control-plane -- uvx infraveil-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "control-plane": {
      "args": [
        "infraveil-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.control-plane]
command = "uvx"
args = ["infraveil-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "control-plane": {
      "args": [
        "infraveil-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "control-plane": {
      "args": [
        "infraveil-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INFRAVEIL_BASE_URL (Control-plane base URL, e.g. https://api.infraveil.com), INFRAVEIL_CLIENT_ID (Your Infraveil client id (same one the agent uses)), INFRAVEIL_AGENT_ID (The agent id this MCP server speaks for), INFRAVEIL_AGENT_TOKEN (The agent's existing token; used to sign requests. Never minted here.), INFRAVEIL_AGENT_FILE (Alternative to the four vars above: path to your rendered agent source; ids and token are read from it.), INFRAVEIL_VERIFY_RESPONSES (Verify the control plane's response signatures (default on). Set 0 only for debugging.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Infraveil Control Plane

same job, measured the same way
Multimail
by multimail

Give your agent its own email address with graduated human oversight, from approval to autonomy.

120 installs/wk answering
Infraveil Agent Guard
by infraveilhq

Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.

55 installs/wk local only
Delego
by delego-dev

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

202 installs/wk local only
FLOCORE Governed MCP
by flocore

Governed MCP front door to FLOCORE; write calls need human approval and signed receipts.

11 tools answering
Agent Relay
by cloud1map

Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.

38 installs/wk local only
Consentgate MCP
by jessepetersondev

Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.

23 installs/wk local only
SpendNod
by gstack-ds

AI agent spending controls. Set limits, blocklists, and caps. Approve transactions from your phone.

answering
Agentpay
by kar69-96

AI agent payments with human approval. Local-first, encrypted credentials, budget controls.

21 installs/wk local only

Infraveil Control Plane — questions

Answers built from our own checks of this server.

Why is there no uptime for Infraveil Control Plane?
Infraveil Control Plane runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package infraveil-mcp was installed 62 times last week.
Is Infraveil Control Plane still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Infraveil Control Plane?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls infraveil-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Infraveil Control Plane?
The pypi package infraveil-mcp was installed 62 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.