A yara based MCP Server
The architecture is modular, separating MCP integration, tool implementation, and storage layers. It leverages a YARA engine for scanning and rule management. The design includes clear separation of concerns, promoting maintainability and extensibility. Storage abstraction allows flexible options like local filesystem or S3/MinIO. The system utilizes FastAPI, showcasing modern API design principles.
Python
9