← Back to Plugins
MCP Server MCP

Pretorin Compliance

github By github 👁 1 views ▲ 0 votes

Access Pretorin compliance systems, controls, evidence, and narratives from your AI tools.

Homepage Verified source GitHub

Install

uvx pretorin

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "pretorin",
      "version": "0.28.7",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp-serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Pretorin API key from https://platform.pretorin.com/",
          "isRequired": true,
          "isSecret": true,
          "name": "PRETORIN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...