What is the MCP Sentinel MCP server?
Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.
How to install MCP Sentinel
Copy-paste configuration for popular MCP clients.
SENTINEL_DB_PATHSQLite database path used for audit and key storage.
SENTINEL_UPSTREAM_URLHTTP upstream MCP endpoint.
SENTINEL_UPSTREAM_COMMANDstdio upstream MCP launch command.
{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"@oaslananka/sentinel"
],
"env": {
"SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
"SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
"SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
}
}
}
}{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"@oaslananka/sentinel"
],
"env": {
"SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
"SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
"SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
}
}
}
}{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"@oaslananka/sentinel"
],
"env": {
"SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
"SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
"SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
}
}
}
}{
"servers": {
"sentinel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oaslananka/sentinel"
],
"env": {
"SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
"SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
"SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
}
}
}
}claude mcp add sentinel --env SENTINEL_DB_PATH=<YOUR_SENTINEL_DB_PATH> --env SENTINEL_UPSTREAM_URL=<YOUR_SENTINEL_UPSTREAM_URL> --env SENTINEL_UPSTREAM_COMMAND=<YOUR_SENTINEL_UPSTREAM_COMMAND> -- npx -y @oaslananka/sentinelRelated MCP servers
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
View repository →MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.
View repository →Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
View repository →Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
View repository →Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
View repository →SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.
View repository →