MCP Server
MCP
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
Install
oci:ghcr.io/safedep/vet:v1.18.2
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/safedep/vet:v1.18.2",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "--rm"
},
{
"type": "named",
"name": "-i"
}
],
"packageArguments": [
{
"value": "-s",
"type": "positional"
},
{
"value": "/tmp/vet-mcp.log",
"type": "named",
"name": "-l"
},
{
"value": "server",
"type": "positional"
},
{
"value": "mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment