Sentrik for Cline
io.github.maxgerhardson/sentrik
Governance runtime for AI-generated code. Enforce compliance and security standards.
client:Cline
transport:stdio
runtime:npm
Install Sentrik in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sentrik": {
"command": "npx",
"args": [
"-y",
"sentrik"
],
"env": {
"GUARD_LICENSE_KEY": "<GUARD_LICENSE_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs