← Index

MCP Sentinel

io.github.oaslananka/sentinel·v1.0.0·Security
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_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>"
      }
    }
  }
}
Cursor (.cursor/mcp.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 (cline_mcp_settings.json)
npx -y @oaslananka/sentinel
§02  Environment variables
SENTINEL_DB_PATH

SQLite database path used for audit and key storage.

SENTINEL_UPSTREAM_URL

HTTP upstream MCP endpoint.

SENTINEL_UPSTREAM_COMMAND

stdio upstream MCP launch command.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Security