Skip to content
VS Code

gateway for VS Code

ai.sealgate/gateway

MCP gateway with runtime security policy, tool-call-level control, and audit of agent actions.

client:VS Code transport:streamable-http

Install gateway in VS Code

.vscode/mcp.json

{
  "servers": {
    "gateway": {
      "type": "http",
      "url": "https://mcp.sealgate.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gateway in other clients