Vanta
Rank #10,157io.github.mindstone/mcp-server-vanta
Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs
Vanta is a Model Context Protocol (MCP) server published by mindstone. It ranks #10,157 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Vanta is listed on Official MCP, with 4 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 105,434 of 115,591 servers on MCP Toplist.
Use Vanta
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-vanta -e "VANTA_CLIENT_ID=<your VANTA_CLIENT_ID>" -e "VANTA_CLIENT_SECRET=<your VANTA_CLIENT_SECRET>" -e "VANTA_REGION=<your VANTA_REGION>" -e "VANTA_REQUEST_TIMEOUT_MS=<your VANTA_REQUEST_TIMEOUT_MS>" -- npx -y @mindstone/mcp-server-vantaReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-vanta]
command = "npx"
args = ["-y", "@mindstone/mcp-server-vanta"]
[mcp_servers.mcp-server-vanta.env]
VANTA_CLIENT_ID = "<your VANTA_CLIENT_ID>"
VANTA_CLIENT_SECRET = "<your VANTA_CLIENT_SECRET>"
VANTA_REGION = "<your VANTA_REGION>"
VANTA_REQUEST_TIMEOUT_MS = "<your VANTA_REQUEST_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-vanta": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-vanta"
],
"env": {
"VANTA_CLIENT_ID": "<your VANTA_CLIENT_ID>",
"VANTA_CLIENT_SECRET": "<your VANTA_CLIENT_SECRET>",
"VANTA_REGION": "<your VANTA_REGION>",
"VANTA_REQUEST_TIMEOUT_MS": "<your VANTA_REQUEST_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-vanta": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-vanta"
],
"env": {
"VANTA_CLIENT_ID": "<your VANTA_CLIENT_ID>",
"VANTA_CLIENT_SECRET": "<your VANTA_CLIENT_SECRET>",
"VANTA_REGION": "<your VANTA_REGION>",
"VANTA_REQUEST_TIMEOUT_MS": "<your VANTA_REQUEST_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-vanta": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-vanta"
],
"env": {
"VANTA_CLIENT_ID": "<your VANTA_CLIENT_ID>",
"VANTA_CLIENT_SECRET": "<your VANTA_CLIENT_SECRET>",
"VANTA_REGION": "<your VANTA_REGION>",
"VANTA_REQUEST_TIMEOUT_MS": "<your VANTA_REQUEST_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-vanta": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-vanta"
],
"env": {
"VANTA_CLIENT_ID": "<your VANTA_CLIENT_ID>",
"VANTA_CLIENT_SECRET": "<your VANTA_CLIENT_SECRET>",
"VANTA_REGION": "<your VANTA_REGION>",
"VANTA_REQUEST_TIMEOUT_MS": "<your VANTA_REQUEST_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-vanta": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-vanta"
],
"env": {
"VANTA_CLIENT_ID": "<your VANTA_CLIENT_ID>",
"VANTA_CLIENT_SECRET": "<your VANTA_CLIENT_SECRET>",
"VANTA_REGION": "<your VANTA_REGION>",
"VANTA_REQUEST_TIMEOUT_MS": "<your VANTA_REQUEST_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-vanta)<a href="https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-vanta"><img src="https://mcptoplist.com/badge/io.github.mindstone%2Fmcp-server-vanta.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mindstone
Available versions (4)
| Version | Published |
|---|---|
| 0.3.1 | Aug 9, 2026 |
| 0.3.0 | Aug 7, 2026 |
| 0.2.0 | Jul 30, 2026 |
| 0.1.0 | May 21, 2026 |
Frequently asked questions
- Who maintains Vanta?
- Vanta is maintained by mindstone, which publishes 43 MCP servers (124 total versions) tracked on MCP Toplist.
- Is Vanta listed on the Official MCP Registry?
- Yes — Vanta is listed on the Official MCP Registry.
- How many versions does Vanta have?
- MCP Toplist tracks 4 versions of Vanta, most recently published on Aug 9, 2026.
- Where can I find the source code for Vanta?
- The source code for Vanta is hosted at github.com/mindstone/mcp-servers.