Installation
Pick your IDE below for a step-by-step guide with screenshots. Requires Node.js 18 or later.
Cursor
Best experience.cursor/mcp.json
Create one JSON file, restart
View guide →
Windsurf
~/.windsurf/mcp_config.json
Edit global config, restart
View guide →
VS Code
Easiest setup~/.config/Code/User/mcp.json
Command Palette wizard — no JSON editing
View guide →
Claude Code
Most coverage.claude/mcp.json
One terminal command
View guide →
Antigravity
~/.gemini/antigravity/mcp_config.json
Edit global config, click Refresh
View guide →
The MCP config (same for all IDEs)
Only the file path and how you add it differs per IDE. The JSON config block is identical:
{
"mcpServers": {
"veilguard": {
"command": "npx",
"args": ["-y", "--package=veilguard", "veilguard-mcp"],
"env": {
"VEILGUARD_KEY": ""
}
}
}
}Leave VEILGUARD_KEY empty for free tier. Add your key for Pro.