Pretorin Compliance for Cursor
io.github.pretorin-ai/pretorin
Access Pretorin controls, evidence, narratives, and local Plan-backed Campaigns from AI tools.
client:Cursor
transport:stdio
runtime:pypi
Install Pretorin Compliance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pretorin": {
"type": "stdio",
"command": "uvx",
"args": [
"pretorin"
],
"env": {
"PRETORIN_API_KEY": "<PRETORIN_API_KEY>",
"PRETORIN_MCP_ALLOWED_PROJECT_ROOTS": "<PRETORIN_MCP_ALLOWED_PROJECT_ROOTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs