mcpbeat Sign in

s-gw MCP Server

local only

s-gw runs on your own machine — the client starts it, so there is no endpoint to ping. 126 installs a week from npm. Last commit 21 Aug 2026.

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

Installs per day peak 42 · avg 17 · +130% w/w
a month agotoday
126
Installs / week
npm · @s-gw/s-gw
15
Stars
4 open issues
21 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    path.join(current.packageRoot, "dist", "native", target, "s-gw-keychain-helper"),
  const child = spawn(coreBinary, ["execute"], {
  Object.assign(process.env, credentialTestEnvironment);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add s-gw -- npx -y @s-gw/s-gw
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "s-gw": {
      "args": [
        "-y",
        "@s-gw/s-gw"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.s-gw]
command = "npx"
args = ["-y", "@s-gw/s-gw"]
.cursor/mcp.json
{
  "mcpServers": {
    "s-gw": {
      "args": [
        "-y",
        "@s-gw/s-gw"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "s-gw": {
      "args": [
        "-y",
        "@s-gw/s-gw"
      ],
      "command": "npx"
    }
  }
}

Alternatives to s-gw

same job, measured the same way
MiniURL
by addychang

OAuth 2.1 short-link tools for AI agents with scoped tokens, approvals, audit logs, and revocation.

24 tools answering
BailingHub for Business Operations
by bailinghub

Let AI agents query and operate business systems with authorization, approval and audit trails.

555 installs/wk local only
Valetkey
by firatciftci

Signed-in dev sessions for coding agents, without handing over credentials.

local only
Agentpay
by kar69-96

AI agent payments with human approval. Local-first, encrypted credentials, budget controls.

21 installs/wk local only
Grantex
by mishrasanjeev

OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.

97 installs/wk local only
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

50 installs/wk local only
Lobu
by lobu-ai

Shared, permission-aware company context for AI agents, with provenance, approvals and audit.

answering
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only

s-gw — questions

Answers built from our own checks of this server.

Why is there no uptime for s-gw?
s-gw runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @s-gw/s-gw was installed 126 times last week.
How do I connect s-gw?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @s-gw/s-gw straight from npm; nothing to host, nothing to sign up for.
How many people use s-gw?
The npm package @s-gw/s-gw was installed 126 times in the last week. Week over week that is +130%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is s-gw open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 15 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.