AgentHubAgentHub

MCP Sentinel

MCP ServerMCP Registry官方收录

io.github.oaslananka/sentinel · v1.0.0

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

概览

MCP Sentinel 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/sentinel"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.oaslananka/sentinel",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "MCP Sentinel",
  "description": "Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.",
  "repository": {
    "url": "https://github.com/oaslananka/mcp-suite",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@oaslananka/sentinel",
        "version": "1.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SENTINEL_DB_PATH",
            "description": "SQLite database path used for audit and key storage."
          },
          {
            "name": "SENTINEL_UPSTREAM_URL",
            "description": "HTTP upstream MCP endpoint."
          },
          {
            "name": "SENTINEL_UPSTREAM_COMMAND",
            "description": "stdio upstream MCP launch command."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.oaslananka/sentinel",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.oaslananka%2Fsentinel/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCP Sentinel — MCP Server 安装与配置 · AgentHub