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
syntax = "proto3";
option go_package = "github.com/safedep/vet/gen/checks";
enum CheckType {
CheckTypeUnknown = 0;
CheckTypeVulnerability = 1;
CheckTypeMalware = 2;
CheckTypePopularity = 3;
CheckTypeMaintenance = 4;
CheckTypeSecurityScorecard = 5;
CheckTypeLicense = 6;
reserved 7 to 99;
CheckTypeOther = 100;
}