← Back to browse

MCP Sentinel

Indexed by io.github.oaslananka

About

Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSENTINEL_DB_PATH SENTINEL_UPSTREAM_URL SENTINEL_UPSTREAM_COMMAND
Claude Code
claude mcp add --env SENTINEL_DB_PATH= --env SENTINEL_UPSTREAM_URL= --env SENTINEL_UPSTREAM_COMMAND= sentinel -- npx @oaslananka/sentinel
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sentinel","command":"npx","args":["@oaslananka/sentinel"],"env":{"SENTINEL_DB_PATH":"","SENTINEL_UPSTREAM_URL":"","SENTINEL_UPSTREAM_COMMAND":""}}'
JSON
{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "@oaslananka/sentinel"
      ],
      "env": {
        "SENTINEL_DB_PATH": "",
        "SENTINEL_UPSTREAM_URL": "",
        "SENTINEL_UPSTREAM_COMMAND": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.