S Gw MCP Server

Local credential control for coding agents. Approve bounded actions locally. Keep raw credentials out of model context and tool output.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 15 · #24 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install S Gw

Claude Code

claude mcp add sgateway-s-gw -- npx -y @s-gw/s-gw

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-04 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package @s-gw/s-gw - the @s-gw scope differs from the repo owner (sgateway); confirm it's the project's official package

registry namespace io.github.sgateway is GitHub-verified and matches the repo owner

03 · What S Gw can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.21 · 2026-08-13

Install · The recommended installation path on macOS, Windows, and Linux is the public npm package (Node.js 20+): · bash · npm install -g @s-gw/s-gw · s-gw setup · If Upgrade is disabled · macOS app versions 0.1.14…

v0.1.20 · 2026-08-12

macOS grey update button workaround · If s-gw 0.1.14–0.1.20 shows a newer version but Upgrade or Download is grey: · 1. In s-gw, choose Check for Updates (⌘⇧U). This refreshes the verified installer metadata and…

v0.1.19 · 2026-07-21

Install · The recommended installation path on macOS, Windows, and Linux is the public npm package (Node.js 20+): · bash · npm install -g @s-gw/s-gw · s-gw setup · macOS desktop alternative · The Apple Silicon DMG is…

04 · Who maintains S Gw

s-gw is maintained by sgateway. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
security - ranked #24 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-13)
registry
io.github.sgateway/s-gw (active, first published 2026-07-10 · 20 versions)
packages
npm:@s-gw/s-gw

06 · S Gw FAQ

What is S Gw?

Local credential control for coding agents. Approve bounded actions locally. Keep raw credentials out of model context and tool output.

Is S Gw still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install S Gw?

Run `npx -y @s-gw/s-gw`. You can also paste the ready-made client config above.

Does S Gw run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to S Gw