Skip to content
Cursor

MCP Sentinel for Cursor

io.github.oaslananka/sentinel

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

client:Cursor transport:stdio runtime:npm

Install MCP Sentinel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sentinel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/sentinel"
      ],
      "env": {
        "SENTINEL_DB_PATH": "<SENTINEL_DB_PATH>",
        "SENTINEL_UPSTREAM_URL": "<SENTINEL_UPSTREAM_URL>",
        "SENTINEL_UPSTREAM_COMMAND": "<SENTINEL_UPSTREAM_COMMAND>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Sentinel in other clients