← Back to Plugins
MCP Server MCP

Infraveil Control Plane

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx infraveil-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "infraveil-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Control-plane base URL, e.g. https://api.infraveil.com",
          "isRequired": true,
          "name": "INFRAVEIL_BASE_URL"
        },
        {
          "description": "Your Infraveil client id (same one the agent uses)",
          "isRequired": true,
          "name": "INFRAVEIL_CLIENT_ID"
        },
        {
          "description": "The agent id this MCP server speaks for",
          "isRequired": true,
          "name": "INFRAVEIL_AGENT_ID"
        },
        {
          "description": "The agent's existing token; used to sign requests. Never minted here.",
          "isRequired": true,
          "isSecret": true,
          "name": "INFRAVEIL_AGENT_TOKEN"
        },
        {
          "description": "Alternative to the four vars above: path to your rendered agent source; ids and token are read from it.",
          "name": "INFRAVEIL_AGENT_FILE"
        },
        {
          "description": "Verify the control plane's response signatures (default on). Set 0 only for debugging.",
          "name": "INFRAVEIL_VERIFY_RESPONSES"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...