Skip to content
VS Code

ScopeGate for VS Code

io.github.alifanov/scopegate

Permission gateway for AI agents: scoped MCP endpoints over 27 services, audited and revocable.

client:VS Code transport:streamable-http

Install ScopeGate in VS Code

.vscode/mcp.json

{
  "servers": {
    "scopegate": {
      "type": "http",
      "url": "https://scopegate.dev/api/mcp/{api_key}"
    }
  }
}

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

ScopeGate in other clients