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.
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"
}
}
}
Answers built from our own checks of this server.