SATUNIX/gateway
A modular OpenAI-style gateway enabling agent capabilities and MCP integration via the OpenAI Agents SDK. Connecting chat UIs to LLM backends and exposing custom tools and agents to any OpenAI-compatible interface.
Platform-specific configuration:
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": [
"-y",
"gateway"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...