Skip to content
Cursor

s-gw for Cursor

io.github.sgateway/s-gw

Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.

client:Cursor transport:stdio runtime:npm

Install s-gw in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "s-gw": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@s-gw/s-gw"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

s-gw in other clients