Serversio.github.Hyperion-GPU/proofflow
P

ProofFlow

io.github.Hyperion-GPU/proofflow · v0.1.2
▦ pypi
v0.1.2pypi pypi: proofflow-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Hyperion-GPU/proofflow",
  "description": "Audit infrastructure for AI coding agents with evidence-backed review and policy gates.",
  "title": "ProofFlow",
  "repository": {
    "url": "https://github.com/Hyperion-GPU/ProofFlow-v0.1",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "proofflow-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ProofFlow backend URL (default: http://127.0.0.1:8787)",
          "format": "string",
          "name": "PROOFFLOW_BASE_URL"
        },
        {
          "description": "API key for authenticated access to the ProofFlow backend",
          "format": "string",
          "isSecret": true,
          "name": "PROOFFLOW_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}