AgentHubAgentHub

SentinelGate

MCP ServerMCP Registry官方收录

io.github.Sentinel-Gate/sentinelgate · v2.0.0

Open-source MCP proxy for AI agent access control with CEL policies, RBAC, and audit.

概览

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

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.Sentinel-Gate/sentinelgate",
  "type": "mcp-server",
  "version": "2.0.0",
  "displayName": "SentinelGate",
  "description": "Open-source MCP proxy for AI agent access control with CEL policies, RBAC, and audit.",
  "repository": {
    "url": "https://github.com/Sentinel-Gate/Sentinelgate",
    "source": "github"
  },
  "homepage": "https://www.sentinelgate.co.uk",
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_darwin_arm64.mcpb",
        "version": "2.0.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_darwin_amd64.mcpb",
        "version": "2.0.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_linux_amd64.mcpb",
        "version": "2.0.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_linux_arm64.mcpb",
        "version": "2.0.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_windows_amd64.mcpb",
        "version": "2.0.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_windows_arm64.mcpb",
        "version": "2.0.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Sentinel-Gate/sentinelgate",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Sentinel-Gate%2Fsentinelgate/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SentinelGate — MCP Server 安装与配置 · AgentHub