MCP Sentinel for Cline
io.github.oaslananka/sentinel
Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.
client:Cline
transport:stdio
runtime:npm
Install MCP Sentinel in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sentinel": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs