s-gw for VS Code
io.github.sgateway/s-gw
Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.
client:VS Code
transport:stdio
runtime:npm
Install s-gw in VS Code
.vscode/mcp.json
{
"servers": {
"s-gw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@s-gw/s-gw"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs