mcpbeat Sign in

Sentrik MCP Server

by maxgerhardson Your server? Claim it
local only

Sentrik runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 11 Jun 2026.

Governance runtime for AI-generated code. Enforce compliance and security standards.

Installs per day peak 23 · avg 10 · -25% w/w
a month agotoday
69
Installs / week
npm · sentrik
0
Stars
0 open issues
11 Jun 2026
Last commit
0 releases in 90 days
License
language unknown

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] install.js:1, [пакет] run.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable [пакет] install.js:42
const binPath = path.join(binDir, entry.bin);
Runs an external command [пакет] run.js:25
const result = spawnSync(binPath, process.argv.slice(2), {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sentrik -- npx -y sentrik
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentrik": {
      "args": [
        "-y",
        "sentrik"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sentrik]
command = "npx"
args = ["-y", "sentrik"]
.cursor/mcp.json
{
  "mcpServers": {
    "sentrik": {
      "args": [
        "-y",
        "sentrik"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sentrik": {
      "args": [
        "-y",
        "sentrik"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GUARD_LICENSE_KEY (Sentrik license key for Team/Organization features (optional — free tier works without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sentrik

same job, measured the same way
Ybe Check
by addycuber

Ybe Check – security and compliance orchestrator for AI-generated repositories.

56 installs/wk local only
Aribot MCP
by ayurak

Threat modeling, code, API & cloud security, shadow-AI & compliance governance.

16 tools answering
Agentic SDLC MCP
by sakuracianna

Agentic SDLC governance and security controls for AI coding agents working with GitHub.

44 installs/wk local only
Regulatory Signals
by rikocr8orh8

Audit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor.

38 installs/wk local only
Verdict — Compliance for AI-Generated Code
by getverdict-ai

Compliance verdicts for AI-generated code. SOC 2, HIPAA, HITRUST for healthcare IT.

local only
CodeInspectus
by synvoya

Local-first MCP security scanner and CLI for AI-generated applications.

142 installs/wk local only
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Judges Panel
by kevinrabun

45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.

629 installs/wk local only

Sentrik — questions

Answers built from our own checks of this server.

Why is there no uptime for Sentrik?
Sentrik runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sentrik was installed 69 times last week.
How do I connect Sentrik?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sentrik straight from npm; nothing to host, nothing to sign up for.
How many people use Sentrik?
The npm package sentrik was installed 69 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sentrik open source?
We cannot say either way: 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.