-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
33 lines (33 loc) · 871 Bytes
/
server.json
File metadata and controls
33 lines (33 loc) · 871 Bytes
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
{
"name": "mcp-firewall",
"display_name": "MCP Firewall",
"description": "Security firewall proxy for MCP servers — policy enforcement, redaction, sandboxing, and supply chain controls",
"repository": {
"url": "https://github.com/VikingOwl91/mcp-firewall",
"source": "github",
"id": "VikingOwl91/mcp-firewall"
},
"version_detail": {
"version": "1.0.1",
"release_date": "2026-02-09",
"is_latest": true
},
"packages": [
{
"registry_name": "npm",
"name": "@vikingowl/mcp-firewall",
"version": "1.0.1"
},
{
"registry_name": "go",
"name": "github.com/VikingOwl91/mcp-firewall",
"version": "1.0.1"
}
],
"remotes": {
"stdio": {
"npx_command": "npx -y @vikingowl/mcp-firewall --config /path/to/config.yaml",
"args": ["--config", "/path/to/config.yaml"]
}
}
}