Ramparts Security Scanner

Ramparts Security Scanner

A comprehensive security scanner for MCP servers with YARA rules and static analysis capabilities.

4.9K

2 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Ramparts Security Scanner MCP Server

A comprehensive security scanner for MCP servers with YARA rules and static analysis capabilities.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/getjavelin/ramparts/blob/f206d33e6fe746aae1d58d00c56073c546189900/MCP-Dockerfile
Commitf206d33e6fe746aae1d58d00c56073c546189900
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/ramparts --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceApache License 2.0

Available Tools (2)

Tools provided by this ServerShort Description
scanScan an MCP server URL and return security findings as JSON
scan-configScan MCP servers from IDE configuration files and return results as JSON

Tools Details

Tool: scan

Scan an MCP server URL and return security findings as JSON

ParametersTypeDescription
urlstring
auth_headersobjectoptional
detailedbooleanoptional
formatstringoptional
httpTimeoutintegeroptional
returnPromptsbooleanoptionalIf true, do not call the LLM; return prompts instead
timeoutintegeroptional

Tool: scan-config

Scan MCP servers from IDE configuration files and return results as JSON

ParametersTypeDescription
auth_headersobjectoptional
detailedbooleanoptional
formatstringoptional
httpTimeoutintegeroptional
returnPromptsbooleanoptionalIf true, do not call the LLM; return prompts instead
timeoutintegeroptional

Use this MCP Server

{
  "mcpServers": {
    "ramparts": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "RUST_LOG",
        "mcp/ramparts"
      ],
      "env": {
        "RUST_LOG": "info"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Related servers