Skip to content

Commit c4f4958

Browse files
author
nitin garg
committed
Add Ramparts MCP Security Scanner
- Comprehensive security scanner for MCP servers with YARA rules - 4 tools: health, increment_counter, scan, scan-config - Static analysis capabilities with optional LLM enhancement - Apache 2.0 licensed - Security category with vulnerability scanning focus - Custom Ramparts branding with icon
1 parent c0bbf98 commit c4f4958

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

servers/ramparts/server.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)