Back to MCP Servers

ModelSafetyMCP

MCP server for scanning machine learning model artifacts for unsafe serialization, malicious model patterns, risky packaging, URL-based artifact scanning, and directory-level triage using ModelScan, PickleScan, and heuristic inspection.

security

Installation

npx -y ModelSafetyMCP

Configuration

{
  "mcpServers": {
    "ModelSafetyMCP": {
      "command": "npx",
      "args": ["-y", "ModelSafetyMCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub