Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.
claude mcp add s-gw -- npx -y @s-gw/s-gw
claude_desktop_config.json
{
"mcpServers": {
"s-gw": {
"command": "npx",
"args": [
"-y",
"@s-gw/s-gw"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"s-gw": {
"command": "npx",
"args": [
"-y",
"@s-gw/s-gw"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"s-gw": {
"command": "npx",
"args": [
"-y",
"@s-gw/s-gw"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"s-gw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@s-gw/s-gw"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"s-gw": {
"command": "npx",
"args": [
"-y",
"@s-gw/s-gw"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sgateway--s-gw/reviews or the review_server meta-tool.
POST /mcp