Sentrik for Cursor
io.github.maxgerhardson/sentrik
Governance runtime for AI-generated code. Enforce compliance and security standards.
client:Cursor
transport:stdio
runtime:npm
Install Sentrik in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sentrik": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sentrik"
],
"env": {
"GUARD_LICENSE_KEY": "<GUARD_LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs