vantagate mcp server for Zed
io.github.aderix/vantagate-mcp-server
VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents
client:Zed
transport:stdio
runtime:npm
Install vantagate mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vantagate-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vantagate/mcp-server"
],
"env": {
"VANTA_API_KEY": "<VANTA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs