Skip to content
Zed

Vanta for Zed

io.github.mindstone/mcp-server-vanta

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

client:Zed transport:stdio runtime:npm

Install Vanta in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-server-vanta": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Vanta in other clients