MCP Sentinel for Windsurf
io.github.oaslananka/sentinel
Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.
client:Windsurf
transport:stdio
runtime:npm
Install MCP Sentinel in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs