Skip to content
Grok

Vanta for Grok

io.github.mindstone/mcp-server-vanta

Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs

client:Grok transport:stdio runtime:npm

Install Vanta in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-vanta": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-vanta"
      ],
      "env": {
        "VANTA_CLIENT_ID": "<VANTA_CLIENT_ID>",
        "VANTA_CLIENT_SECRET": "<VANTA_CLIENT_SECRET>",
        "VANTA_REGION": "<VANTA_REGION>",
        "VANTA_REQUEST_TIMEOUT_MS": "<VANTA_REQUEST_TIMEOUT_MS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Vanta in other clients