MCP Sentinel runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Jul 2026.
Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.
We read the source, 2 h ago · rules 3dff92dd89df
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.
activeProcess = spawn(command, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add sentinel -- npx -y @oaslananka/sentinel
{
"mcpServers": {
"sentinel": {
"args": [
"-y",
"@oaslananka/sentinel"
],
"command": "npx"
}
}
}
[mcp_servers.sentinel]
command = "npx"
args = ["-y", "@oaslananka/sentinel"]
{
"mcpServers": {
"sentinel": {
"args": [
"-y",
"@oaslananka/sentinel"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sentinel": {
"args": [
"-y",
"@oaslananka/sentinel"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SENTINEL_DB_PATH (SQLite database path used for audit and key storage.), SENTINEL_UPSTREAM_URL (HTTP upstream MCP endpoint.), SENTINEL_UPSTREAM_COMMAND (stdio upstream MCP launch command.).
The author declared them in the registry entry; get the values from the project itself.
Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.
Security proxy that wraps MCP servers with real-time monitoring and policy enforcement
Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement
Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.
MCP runtime security proxy. Blocks dangerous AI agent tool calls with a policy engine.
MCP marketplace with 8,845 security-audited skills. 9-layer Sentinel audit + ATC trust cards.
MCP gateway with runtime security policy, tool-call-level control, and audit of agent actions.
Secure agent purchasing with human-approved virtual cards, receipts, and audit trails.
Answers built from our own checks of this server.