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 ModelSafetyMCPConfiguration
{
"mcpServers": {
"ModelSafetyMCP": {
"command": "npx",
"args": ["-y", "ModelSafetyMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes