Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
infraveilhq avatar

Infraveil Control Plane

  • Updated June 19, 2026
  • infraveilhq/infraveil-mcp

Infraveil Control Plane MCP is a self-hosted MCP server that lets AI agents query governed backend state and enqueue signed deploy or remediation requests requiring human approval.

About

Infraveil Control Plane MCP is a self-hosted server that lets AI agents query governed backend state and file signed deploy or remediation requests that always pass through human approval. Developers reach for it when agents must operate infrastructure in-loop without gaining silent mutation authority. Configure infraveil-mcp with base URL and agent credentials, then use tools like evaluate_deploy_gate, request_deploy, and remediate to read state and enqueue approval-backed changes.

  • Self-hosted MCP server with HMAC-SHA256 signed requests and verified responses
  • Read-only fleet status and deploy-gate evaluation without auto-applying changes
  • request_deploy and remediate enqueue human-approval queue with approval URLs
  • Least-privilege per-agent token scoped by the Infraveil control plane

Infraveil Control Plane by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --env INFRAVEIL_BASE_URL=YOUR_INFRAVEIL_BASE_URL --env INFRAVEIL_CLIENT_ID=YOUR_INFRAVEIL_CLIENT_ID --env INFRAVEIL_AGENT_ID=YOUR_INFRAVEIL_AGENT_ID --env INFRAVEIL_AGENT_TOKEN=YOUR_INFRAVEIL_AGENT_TOKEN --env INFRAVEIL_AGENT_FILE=YOUR_INFRAVEIL_AGENT_FILE --env INFRAVEIL_VERIFY_RESPONSES=YOUR_INFRAVEIL_VERIFY_RESPONSES infraveil-mcp -- uvx infraveil-mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Packageinfraveil-mcp
TransportSTDIO
AuthRequired
Last updatedJune 19, 2026
Repositoryinfraveilhq/infraveil-mcp

How can an AI agent inspect backend state and propose infrastructure changes without applying them without human approval?

Let AI agents read governed backend state and enqueue signed deploy or remediation requests that require human approval.

Who is it for?

Developers running Infraveil who want in-loop agent access to fleet status, deploy gates, and approval-queued changes with mutual request signing.

Skip if: Teams without an Infraveil control plane who only need a local offline guard for single-machine destructive shell commands.

What you get

Returns signed read-only fleet and policy data and approval-queue IDs with URLs for deploy or remediation requests that never auto-apply.

Recommended MCP Servers

FAQ

Can this MCP apply deploys automatically?

No. request_deploy and remediate only enqueue requests into the control plane human-approval queue and return approval URLs.

How is trust established on the wire?

Requests and responses are HMAC-SHA256 signed with per-agent tokens plus nonce and timestamp replay protection.

What read-only tools are available?

Agents can inspect governed state and use evaluate_deploy_gate to see whether a proposed change would pass policy without mutating infrastructure.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.