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.

What this does

safedep/vet exposes a set of tools to Claude over the Model Context Protocol. After you add it to claude_desktop_config.json (snippet above) and restart Claude Desktop, those tools become callable inside any conversation. That makes it useful when you want Claude to reach into other AI providers and LLM tooling without copy-pasting context every turn.

Common use cases

  • โ€ขDelegate reasoning to a different model or LLM provider from a Claude session
  • โ€ขPull live model documentation, rate limits, or usage data into context
  • โ€ขChain Claude with another agent or evaluation pipeline