We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/safedep/vet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
title: SafeDep/vet Manual
layout: home
nav_order: 1
---
# SafeDep `vet` CLI manual
[`vet`](https://github.com/safedep/vet) is a free and open source software supply chain security tool. It helps developers and security engineers protect against malicious open source packages and establish policy driven guardrails.
<br />
> _This CLI reference provides detailed documentation for all vet commands, flags, and options._
[Go to CLI Manual](vet.html){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
## `vet` Installation
```bash
brew install safedep/tap/vet
```
See [other installation options](https://github.com/safedep/vet?tab=readme-ov-file#-installation-options)
## Other Resources
Website: <https://safedep.io>
Docs: [https://docs.safedep.io](https://docs.safedep.io/introduction)