Loading MCP server directory, please wait...
Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs
npx @getmcp/cli add io.github.mindstone/mcp-server-vantaRequires Node.js 18+. Community-contributed server. Review source before installing.
VANTA_CLIENT_IDVanta OAuth Client ID
VANTA_CLIENT_SECRETVanta OAuth Client Secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-vanta": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-vanta"
],
"env": {
"VANTA_CLIENT_ID": "",
"VANTA_CLIENT_SECRET": "",
"VANTA_REGION": "us",
"VANTA_REQUEST_TIMEOUT_MS": "60000"
}
}
}
}