Back to MCP Servers
๐Ÿ”Œ

safedep/vet

Apache-2.0

๐ŸŽ–๏ธ ๐ŸŽ๏ธ โ˜๏ธ ๐ŸŽ ๐ŸชŸ ๐Ÿง - vet-mcp checks open source packagesโ€”like those suggested by AI coding toolsโ€”for vulnerabilities and malicious code. It supports npm and PyPI, and runs locally via Docker or as a

GoAI & LLMs

Install

npx -y safedep-vet

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "safedep-vet": {
      "command": "npx",
      "args": [
        "-y",
        "safedep-vet"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.