Evaluate packages, containers, MCP servers, agent skills and plugins for provenance, permissions and runtime risk.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-supply-trust": {
"command": "npx",
"args": [
"-y",
"api-disk/agent-supply-trust"
]
}
}
}
Run in terminal:
claude mcp add agent-supply-trust npx -y api-disk/agent-supply-trust
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-supply-trust": {
"command": "npx",
"args": [
"-y",
"api-disk/agent-supply-trust"
]
}
}
}