← Back to Plugins
MCP Server MCP

MCP Sentinel

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @oaslananka/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@oaslananka/sentinel",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SQLite database path used for audit and key storage.",
          "format": "string",
          "name": "SENTINEL_DB_PATH"
        },
        {
          "description": "HTTP upstream MCP endpoint.",
          "format": "string",
          "name": "SENTINEL_UPSTREAM_URL"
        },
        {
          "description": "stdio upstream MCP launch command.",
          "format": "string",
          "name": "SENTINEL_UPSTREAM_COMMAND"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...