MCP Catalogs
Homeramparts screenshot

ramparts

by highflame-ai·86·Score 47

Ramparts is a security scanner for MCP servers that detects vulnerabilities and attack vectors in tool configurations.

securitydeveloper-toolsops-infra
16
Forks
11
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

Ramparts is a specialized security scanner designed for the Model Context Protocol (MCP) ecosystem. It identifies vulnerabilities in MCP servers by analyzing their capabilities across multiple transport protocols. The scanner combines static analysis with YARA checks and AI-powered detection to assess potential security risks. It provides actionable recommendations categorized by severity, making it suitable for both development environments and production deployments.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Security audits of MCP servers before deployment
you:Continuous monitoring in CI/CD pipelines
you:Validating third-party MCP servers before integration

When to choose this

Choose Ramparts when you need to validate the security posture of MCP servers before deployment, especially when connecting to third-party services or handling sensitive data through AI agents.

When NOT to choose this

Don't use Ramparts as your only security measure - it's designed for pre-deployment scanning and should be combined with runtime MCP guardrails for comprehensive protection.

Tools this server exposes

3 tools extracted from the README
  • scan

    Scans an MCP server for security vulnerabilities

  • scan-config

    Scans IDE MCP configurations for security vulnerabilities

  • mcp-stdio

    Runs Ramparts as an MCP server over stdio

Note: Inferred tool names from CLI commands in the README. The server primarily acts as a scanner rather than exposing MCP tools itself.

Comparable tools

mcp-security-scannerai-security-toolkitllm-guard

Installation

cargo install ramparts

To scan an MCP server:

ramparts scan https://api.githubcopilot.com/mcp/ --auth-headers "Authorization: Bearer $TOKEN"

To run as an MCP server (stdio):

ramparts mcp-stdio

Compare ramparts with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.