Server data from the Official MCP Registry
VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents
VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents
Set these up before or after installing:
Environment variable: VANTA_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-aderix-vantagate-mcp-server": {
"env": {
"VANTA_API_KEY": "your-vanta-api-key-here"
},
"args": [
"-y",
"@vantagate/mcp-server"
],
"command": "npx"
}
}
}This is a well-structured VantaGate MCP server with proper authentication, input validation, and secure coding practices. The server appropriately requires API keys, validates all inputs with Zod schemas, and follows security best practices with masked logging and proper error handling. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 3 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!