Catalog
io.github.pretorin-ai/pretorin
OfficialPretorin Compliance
Access Pretorin compliance systems, controls, evidence, and narratives from your AI tools.
Access compliance systems, controls, evidence, and narratives from AI tools.
README not available yet.
Install
Configuration
Environment variables
PRETORIN_API_KEYrequiredsecretYour Pretorin API key from https://platform.pretorin.com/
claude_desktop_config.json
{
"mcpServers": {
"pretorin": {
"command": "uvx",
"args": [
"pretorin",
"mcp-serve"
],
"env": {
"PRETORIN_API_KEY": "<YOUR_PRETORIN_API_KEY>"
}
}
}
}