Gateway
Freeby MCP Community
stdio-to-HTTP bridge connecting any MCP client to Aerostack Workspaces
v0.17.9Added Apr 12, 2026
aerostackmcpmodel-context-protocolgatewaybridge
Gateway MCP Server
stdio-to-HTTP bridge connecting any MCP client to Aerostack Workspaces
Installation
npx -y @aerostack/gateway
Reviews
Installation
Quick install
npx -y @aerostack/gateway
Add to claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": ["-y", "@aerostack/gateway"]
}
}
}