
Sentrik
Run governance and compliance checks on AI-generated code before merge or deploy from your agent session.
Overview
Sentrik is a MCP server for the Ship phase that enforces compliance and security governance on AI-generated code.
What is this MCP server?
- Governance runtime for AI-generated code with compliance and security enforcement
- sentrik npm package v1.2.0, stdio MCP transport
- Optional GUARD_LICENSE_KEY for Team/Organization features; free tier works without a key
- Published from sentrik-community on GitHub with sentrik.dev docs
- Positions as policy guardrail layer for agent-driven repos
- npm sentrik version 1.2.0
- Transport: stdio
- Optional env GUARD_LICENSE_KEY for Team/Organization tier
What problem does it solve?
Agent-written code can violate policy or security baselines and still land in your repo because manual review does not scale.
Who is it for?
Solo builders and tiny teams using heavy AI codegen who need repeatable compliance gates without a full enterprise GRC suite.
Skip if: Hobby scripts with no compliance requirements and no interest in automated policy on AI output.
What do I get? / Deliverables
You attach Sentrik over stdio so generated changes are checked against governance rules before you merge or ship.
- Governance checks on AI-generated changes
- Compliance and security enforcement signals in the agent loop
- Local stdio integration via sentrik 1.2.0
Recommended MCP Servers
Journey fit
How it compares
Governance and appsec enforcement MCP, not a unit-test runner or generic linter skill.
Common Questions / FAQ
Who is Sentrik for?
Developers shipping AI-generated code who need security and compliance standards enforced inside their MCP-enabled agent workflow.
When should I use Sentrik?
Use it during ship review and security passes, and keep it enabled in operate when policy must stay continuous on agent contributions.
How do I add Sentrik to my agent?
Install the sentrik npm package (1.2.0), configure stdio in your MCP client, set GUARD_LICENSE_KEY if you need Team/Organization features, per sentrik.dev and maxgerhardson/sentrik-community.