MCP Security Suite 🛡️
Unified security framework for Model Context Protocol (MCP) servers
📖 Quick Start Guide - Get up and running in 3 minutes!
⚠️ Important Note for Scanning This Project: This repository contains intentionally malicious test files in mcp_test_cases/ and tests/ directories to validate our detection capabilities. When scanning this project:
To exclude test files : python3 mighty_mcp.py check . --profile production
: To force fresh scan (bypass cache) : python3 mighty_mcp.py check . --profile production --no-cache
: To see detection working : python3 mighty_mcp.py check . (will show CRITICAL risk - this is expected!)
: (will show CRITICAL risk - this is expected!) To debug LLM responses : python3 mighty_mcp.py check . --deep --debug
: The malicious test files prove our scanner works correctly
What is this?
... continue reading