We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bbf98 commit c4f4958Copy full SHA for c4f4958
servers/ramparts/server.yaml
@@ -0,0 +1,23 @@
1
+name: ramparts
2
+image: mcp/ramparts
3
+type: server
4
+meta:
5
+ category: security
6
+ tags:
7
+ - security
8
+ - vulnerability-scanning
9
+ - mcp-server-analysis
10
+ - yara-rules
11
+about:
12
+ title: Ramparts MCP Security Scanner
13
+ description: A comprehensive security scanner for MCP servers with YARA rules and static analysis capabilities.
14
+ icon: https://raw.githubusercontent.com/getjavelin/ramparts/main/assets/ramparts.png
15
+source:
16
+ project: https://github.com/getjavelin/ramparts
17
+ branch: docker-registry-dockerfile
18
+config:
19
+ description: Configure Ramparts security scanner
20
+ env:
21
+ - name: RUST_LOG
22
+ example: info
23
+ value: info
0 commit comments