Ramparts MCP Security Scanner

Ramparts MCP Security Scanner

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

827

2 Tools

Packaged by
Add to Docker Desktop

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

About

Ramparts MCP Security Scanner MCP Server

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

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/ramparts
Authorgetjavelin
Repositoryhttps://github.com/getjavelin/ramparts
Dockerfilehttps://github.com/getjavelin/ramparts/blob/main/MCP-Dockerfile
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?

Manual installation

You can install the MCP server using:

Installation for

Related servers