s-gw for Grok
io.github.sgateway/s-gw
Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.
client:Grok
transport:stdio
runtime:npm
Install s-gw in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"s-gw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@s-gw/s-gw"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs