-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
68 lines (68 loc) · 2.42 KB
/
server.json
File metadata and controls
68 lines (68 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Sentinel-Gate/sentinelgate",
"title": "SentinelGate",
"description": "Open-source MCP proxy for AI agent access control with CEL policies, RBAC, and audit.",
"websiteUrl": "https://www.sentinelgate.co.uk",
"repository": {
"url": "https://github.com/Sentinel-Gate/Sentinelgate",
"source": "github"
},
"version": "2.0.0",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_darwin_arm64.mcpb",
"version": "2.0.0",
"fileSha256": "82aed6dc325c532df31ddaf35c45aac5c144cc3820fc00e91aadf3a306e96b93",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_darwin_amd64.mcpb",
"version": "2.0.0",
"fileSha256": "ecfa4232dc463b29ee875d897ca79f686ce6cdfd8353842bf3245aafe0a6c671",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_linux_amd64.mcpb",
"version": "2.0.0",
"fileSha256": "df06b0709f4f4c3af053dae69b7caee5c625efd79798c0e2fee4678ea01ac0a9",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_linux_arm64.mcpb",
"version": "2.0.0",
"fileSha256": "44d32ba0a21c1c33cf759233c52bcd7f2ec34993bc3619255cc805070e66d4de",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_windows_amd64.mcpb",
"version": "2.0.0",
"fileSha256": "8c7a2b3665433c7f1a1a514f25839157aacb86616b5e24de10f07d272c176c18",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/Sentinel-Gate/Sentinelgate/releases/download/v2.0/sentinelgate_windows_arm64.mcpb",
"version": "2.0.0",
"fileSha256": "80d854bb8b2169a3c4e6bd60d5e4a195f78b20c2cb0e577c4eb6d03719ec5b6c",
"transport": {
"type": "stdio"
}
}
]
}