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
{
"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